Meik Sievertsen
6b13f94be9
implementing permission roles
...
- copy permissions (adding groups)
- copy permissions (adding forums)
- checking proper groupadd/del settings
- added intro page to permissions (to give an overview and quick links)
- able to select forums + subforums, single forum, all groups, all users (permission screens)
- able to reset permissions (only reset input field)
- fix forum deletion bug
git-svn-id: file:///svn/phpbb/trunk@5574 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-02-22 21:42:26 +00:00
Meik Sievertsen
81f78690db
my turn to break things... harharhar
...
- checking in permission settings and permission masks
- permission presets and documentation not finished yet
- added backtrace function to determine file/line for sql errors
- fixed marlist for orphan attachments/groups/logs/users
- able to change anonymous user settings/permissions now
- re-arranged admin permissions a bit (added some and removed some)
- setting forum permissions after creating/editing forum now selects every default group (copy permisson/dropdown to be added for adding forums)
- finished user permissions in users acp
note: the layout for permissions might change
devs: please empty the user_permissions in phpbb_users. Also, first change your auth_options table, remove all cache files and then re-set admin permissions. After having set the admin permissions you can update your modules table (else you will not see the permission tabs) - or empty the auth setting within the modules table to be able to see the permission modules (they rely on newly added permission options)
git-svn-id: file:///svn/phpbb/trunk@5553 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-02-12 19:21:00 +00:00
David M
fb0410903a
- Please don't hurt me :p
...
git-svn-id: file:///svn/phpbb/trunk@5524 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-02-04 23:59:45 +00:00
Nils Adermann
09edf1e1a5
somehow I knew this had to happen :(
...
(just two very tiny changes to the previous commit)
git-svn-id: file:///svn/phpbb/trunk@5443 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-11 21:52:41 +00:00
Nils Adermann
0e0b1120fb
- overhauled search system
...
- updated structure for search backend plugins
- better result caching using ACM
- search results no longer session restricted => link to them by copying the URL :)
- in-topic search
- indexing posts now uses search backend plugins
- develop/search_fill.php working again
- fulltext_mysql not working yet
- tiny bugfixes to ACM
git-svn-id: file:///svn/phpbb/trunk@5441 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-11 18:56:07 +00:00
Graham Eames
87ab0632d8
Removing an unused table from the schema
...
git-svn-id: file:///svn/phpbb/trunk@5433 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-06 22:50:14 +00:00
Meik Sievertsen
0334d42477
- some changes to browser checking (was the reason for not working logins)
...
- partly working style acp
- other tiny changes here and there
git-svn-id: file:///svn/phpbb/trunk@5388 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-28 17:35:20 +00:00
Graham Eames
85b55fa701
Schema changes for the warning code committed last night
...
Note: MySQL only at this point in time until the code is finalised
git-svn-id: file:///svn/phpbb/trunk@5327 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-11 21:10:41 +00:00
Meik Sievertsen
8a965db7aa
- add module_display to modules table (for modes executed but not displayed)
...
- correctly assign $id variable for modules (name for modules and id for categories)
git-svn-id: file:///svn/phpbb/trunk@5295 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-08 19:24:19 +00:00
Meik Sievertsen
b873b37607
- updated topic tracking code
...
- additional changes (mostly bugfixes)
- bart, if you update your user table with the user_lastmark field, set it to the user_lastvisit value ;)
- and last but not least, introducing some bugs in ucp main front (regarding topic tracking)
git-svn-id: file:///svn/phpbb/trunk@5272 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-10-19 18:00:10 +00:00
Meik Sievertsen
95ff1f3b64
- the schema/data changes needed for the new module class
...
git-svn-id: file:///svn/phpbb/trunk@5253 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-10-04 21:26:04 +00:00
Meik Sievertsen
9f6864cd0c
okok, maybe assigning a default ordering is not that bad. harhar
...
git-svn-id: file:///svn/phpbb/trunk@5251 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-10-03 21:52:56 +00:00
Paul S. Owen
0eae8040e8
It's been a while since I wrote schemas for non-mysql DB's ... so don't be surprised if they are spectacularly incorrect
...
git-svn-id: file:///svn/phpbb/trunk@5174 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-07-04 14:13:43 +00:00
Paul S. Owen
0b814956db
blah
...
git-svn-id: file:///svn/phpbb/trunk@5173 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-07-04 12:22:30 +00:00
Paul S. Owen
6f255e596e
Me again ... yep, keep running ... that there sky will be a falling any time now
...
git-svn-id: file:///svn/phpbb/trunk@5170 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-07-04 11:52:02 +00:00
Bart van Bragt
2f68ac78c6
Changed the default charset from -15 to -1. Make sure that you set 'post_encoding' in the posts table and 'message_encoding' in the private messages table to 'iso-8859-1' after this update.
...
git-svn-id: file:///svn/phpbb/trunk@5144 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-05-07 14:19:14 +00:00
Meik Sievertsen
81c7144f68
- updated oracle schema/db files
...
- updated sqlite schema/db files
git-svn-id: file:///svn/phpbb/trunk@5141 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-05-05 17:01:07 +00:00
Meik Sievertsen
20fda3315f
- schema changes
...
git-svn-id: file:///svn/phpbb/trunk@5131 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-04-30 14:08:14 +00:00
Meik Sievertsen
f134530566
- re-added emotion column. ;)
...
- postgresql schema fix
git-svn-id: file:///svn/phpbb/trunk@5125 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-04-20 18:04:43 +00:00
Meik Sievertsen
a4e51c9699
- first try to break things...
...
git-svn-id: file:///svn/phpbb/trunk@5108 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-03-21 22:43:07 +00:00
Meik Sievertsen
9c1a4bdac1
- bugfixes
...
- default sort options for posts too
- adjusted format_date to remove the (time intensive) preg_ calls
- temporary style.php code.
git-svn-id: file:///svn/phpbb/trunk@5068 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-01-20 20:57:45 +00:00
Meik Sievertsen
a7ef13c639
- search_array be mediumtext
...
git-svn-id: file:///svn/phpbb/trunk@5067 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-01-19 10:01:35 +00:00
Meik Sievertsen
b66f68a779
- small change in text size. ;)
...
git-svn-id: file:///svn/phpbb/trunk@5047 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-01-05 18:18:58 +00:00
Bart van Bragt
1a432006e3
Fixing up my "remove DEFAULT '0'" mess and fixing the real problem (a DEFAULT combined with auto_increment).
...
git-svn-id: file:///svn/phpbb/trunk@5008 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-10-29 10:45:51 +00:00
Bart van Bragt
f1bcefcaa8
Removed "DEFAULT '0'" for INTs because of problems with installation on Windows. MySQL defaults to 0 anyway for integers.
...
git-svn-id: file:///svn/phpbb/trunk@5007 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-10-28 13:41:37 +00:00
Meik Sievertsen
01d79f2200
- reinemachefrau
...
git-svn-id: file:///svn/phpbb/trunk@4999 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-10-08 11:29:36 +00:00
Meik Sievertsen
e593bcf3d7
- re-enable polls (user is now able to decide if users are able to change votes if this feature is enabled within the given forum)
...
git-svn-id: file:///svn/phpbb/trunk@4981 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-09-05 15:45:50 +00:00
Meik Sievertsen
57b188b7af
my turn to break the forum (and at least pm's are no longer working - will not last long). HARRRR
...
git-svn-id: file:///svn/phpbb/trunk@4978 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-09-04 19:32:23 +00:00
Paul S. Owen
070cbefa46
This is a mass commit ... expect trouble! Changes made here are primarily to how login is handled, schema changes necessary!
...
git-svn-id: file:///svn/phpbb/trunk@4970 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-09-01 15:47:46 +00:00
Meik Sievertsen
c946266fa3
user_colour
...
git-svn-id: file:///svn/phpbb/trunk@4963 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-08-17 17:40:48 +00:00
Meik Sievertsen
5dcc0a85f8
- fixing some issues with the confirm screen - merging our (the devs) approaches (more fail-safe now)
...
- fixing some small issues...
git-svn-id: file:///svn/phpbb/trunk@4957 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-08-04 19:10:15 +00:00
Meik Sievertsen
3fabbb14e7
- small schema fix
...
git-svn-id: file:///svn/phpbb/trunk@4953 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-08-02 18:54:35 +00:00
Paul S. Owen
2383505c41
Changed IP to Info ... pointless having two links to basically the same information
...
git-svn-id: file:///svn/phpbb/trunk@4947 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-08-01 18:00:37 +00:00
Meik Sievertsen
8022b6f6b2
- fixed notification redirection
...
- added SID to ucp redirects
git-svn-id: file:///svn/phpbb/trunk@4915 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-06-15 17:56:37 +00:00
Meik Sievertsen
c2834abfae
- added folder_moved image
...
- new feature: bookmark topics
- fixed post details link
- added confirmation screen to cookie deletion
git-svn-id: file:///svn/phpbb/trunk@4912 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-06-06 21:44:49 +00:00
Meik Sievertsen
6aa42b69ab
- forum rules + link to forum rules
...
- three new (tiny) functions added to functions_posting responsible for handling text with bbcode/smilies/urls, use them at items all over across phpbb...
- some bugfixes within admin_forums and other files
- new admin_board layout (much safer, security wise)
git-svn-id: file:///svn/phpbb/trunk@4903 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-05-30 19:24:53 +00:00
Meik Sievertsen
ae93b82e19
*** empty log message ***
...
git-svn-id: file:///svn/phpbb/trunk@4902 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-05-26 21:17:36 +00:00
Bart van Bragt
a958ed7b7b
Some minor glitches in the install process
...
git-svn-id: file:///svn/phpbb/trunk@4884 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-05-11 12:12:11 +00:00
Meik Sievertsen
729c3abd02
fix some issues with oop, fixing small bugs and prepare the next steps...
...
NOTE TO DEVS: have a look at adm/admin_board.php (new config layout)
git-svn-id: file:///svn/phpbb/trunk@4883 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-05-02 13:06:57 +00:00
Meik Sievertsen
7487bfce48
- check for array [lang]
...
- admin_forums delete routine updated
- added extension groups per forum
git-svn-id: file:///svn/phpbb/trunk@4861 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-03-10 20:30:26 +00:00
Paul S. Owen
18a5ac336a
reportee_id for log, remove user notes
...
git-svn-id: file:///svn/phpbb/trunk@4825 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-02-11 18:27:14 +00:00
Paul S. Owen
f8b89a8f94
Update user table for email hashing? Suggested and implemented by lanzer ... we may as well give it a go too
...
git-svn-id: file:///svn/phpbb/trunk@4792 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-02-03 18:15:37 +00:00
Meik Sievertsen
0608bc73e6
fixed: smilie parsing in signatures
...
added: edit notes
git-svn-id: file:///svn/phpbb/trunk@4767 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-01-25 14:30:15 +00:00
Paul S. Owen
66668ed9ef
Updates for imageset list ... still not necessarily final ...
...
git-svn-id: file:///svn/phpbb/trunk@4747 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-01-11 00:33:44 +00:00
Meik Sievertsen
af070017d3
the tables (subject to change)
...
git-svn-id: file:///svn/phpbb/trunk@4741 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-01-10 12:30:21 +00:00
Paul S. Owen
264a7a489a
Couple changes to imageset table ... introduce a few empty fields for "user icons" primarily intended for Mods though how to distribute them may be interesting
...
git-svn-id: file:///svn/phpbb/trunk@4730 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-01-08 12:49:48 +00:00
Paul S. Owen
16484c61b1
Add logo to imageset
...
git-svn-id: file:///svn/phpbb/trunk@4705 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-12-29 13:24:41 +00:00
Paul S. Owen
29875f3cbf
Add missing ;
...
git-svn-id: file:///svn/phpbb/trunk@4701 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-12-04 02:00:57 +00:00
Ludovic Arnaud
e403277ce2
Fixed cache table schema.
...
Added in index to username for validate_username() queries.
git-svn-id: file:///svn/phpbb/trunk@4697 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-11-29 23:38:42 +00:00
Meik Sievertsen
5f35bc9bc1
my attempt to break things...
...
git-svn-id: file:///svn/phpbb/trunk@4682 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-11-23 22:25:46 +00:00