aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* change total from -1 to max valueMeik Sievertsen2005-11-212-2/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@5311 89ea8834-ac86-4346-8a33-228a782c2dd0
* - more acp additions and changes...Meik Sievertsen2005-11-2016-32/+1264
| | | | git-svn-id: file:///svn/phpbb/trunk@5310 89ea8834-ac86-4346-8a33-228a782c2dd0
* - use acl_m_ instead of acl_mMeik Sievertsen2005-11-192-7/+28
| | | | | | | - some reference fixes git-svn-id: file:///svn/phpbb/trunk@5307 89ea8834-ac86-4346-8a33-228a782c2dd0
* Module information, exactly what it says on the tinGraham Eames2005-11-182-0/+57
| | | | git-svn-id: file:///svn/phpbb/trunk@5306 89ea8834-ac86-4346-8a33-228a782c2dd0
* In keeping with tradition I remove yet more code....Graham Eames2005-11-171-0/+19
| | | | | | | | (abstraction of functionality used by the mcp to allow it to be used elsewhere) git-svn-id: file:///svn/phpbb/trunk@5305 89ea8834-ac86-4346-8a33-228a782c2dd0
* *** empty log message ***Meik Sievertsen2005-11-171-119/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@5304 89ea8834-ac86-4346-8a33-228a782c2dd0
* HOLLA! Whats this shit...Meik Sievertsen2005-11-177-0/+4041
| | | | | | | These gets commited now because i want to be sure no one is changing an admin file corresponding the ones listed within includes/acp git-svn-id: file:///svn/phpbb/trunk@5303 89ea8834-ac86-4346-8a33-228a782c2dd0
* - some ucp changes (added the module info too)Meik Sievertsen2005-11-179-91/+302
| | | | git-svn-id: file:///svn/phpbb/trunk@5302 89ea8834-ac86-4346-8a33-228a782c2dd0
* The MCP strikes back.... :-)Graham Eames2005-11-121-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5300 89ea8834-ac86-4346-8a33-228a782c2dd0
* A couple of initial changes for the new module system with the mcpGraham Eames2005-11-092-10/+24
| | | | | | | | (further changes are needed elsewhere for these to actually be useful....) git-svn-id: file:///svn/phpbb/trunk@5298 89ea8834-ac86-4346-8a33-228a782c2dd0
* re-remove (:D) open queries array due to the result being an object.Meik Sievertsen2005-11-081-9/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5297 89ea8834-ac86-4346-8a33-228a782c2dd0
* - tiny bugfixes. ;)Meik Sievertsen2005-11-085-30/+72
| | | | git-svn-id: file:///svn/phpbb/trunk@5296 89ea8834-ac86-4346-8a33-228a782c2dd0
* - add module_display to modules table (for modes executed but not displayed)Meik Sievertsen2005-11-081-3/+11
| | | | | | | - 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
* Oops, left some debugging stuffBart van Bragt2005-11-071-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5294 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed banning of usernamesBart van Bragt2005-11-071-31/+41
| | | | git-svn-id: file:///svn/phpbb/trunk@5293 89ea8834-ac86-4346-8a33-228a782c2dd0
* OoopsieGraham Eames2005-11-061-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5291 89ea8834-ac86-4346-8a33-228a782c2dd0
* I'm merging a few changes that we made to the session code in 2.0 intoGraham Eames2005-11-032-5/+8
| | | | | | | | this code stream as well. This should work, but equally it might break the autologin :-) git-svn-id: file:///svn/phpbb/trunk@5288 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix paging in folderview for PMs. Would be nice if I would do all this in ↵Bart van Bragt2005-10-261-1/+1
| | | | | | one checkin :) git-svn-id: file:///svn/phpbb/trunk@5282 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix small problem with PM-ing replies to board messagesBart van Bragt2005-10-261-1/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@5281 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some more PM fixes. Also got rid of an evil extract() call. Testing of ↵Bart van Bragt2005-10-261-13/+29
| | | | | | Bcc/attachements is appreciated :) git-svn-id: file:///svn/phpbb/trunk@5280 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some more PM fixesBart van Bragt2005-10-252-4/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@5279 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix PM sendingBart van Bragt2005-10-251-35/+37
| | | | git-svn-id: file:///svn/phpbb/trunk@5278 89ea8834-ac86-4346-8a33-228a782c2dd0
* Banning of emails wasn't checked correctly during registrationBart van Bragt2005-10-231-3/+31
| | | | git-svn-id: file:///svn/phpbb/trunk@5277 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some refactoring/fixing of user_ban()Bart van Bragt2005-10-231-127/+154
| | | | git-svn-id: file:///svn/phpbb/trunk@5276 89ea8834-ac86-4346-8a33-228a782c2dd0
* - updated topic tracking codeMeik Sievertsen2005-10-1911-438/+725
| | | | | | | | | - 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
* allow checking for loops with IF .block_varMeik Sievertsen2005-10-191-0/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@5271 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added new query type to dbal's sql_build_arrayMeik Sievertsen2005-10-098-35/+138
| | | | | | | | | - allow setting custom template path - adjusted module class to correctly parse trees with more than one category - added caching to module class git-svn-id: file:///svn/phpbb/trunk@5268 89ea8834-ac86-4346-8a33-228a782c2dd0
* - only minor changesMeik Sievertsen2005-10-082-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@5264 89ea8834-ac86-4346-8a33-228a782c2dd0
* - another try to break things. :)Meik Sievertsen2005-10-0711-1572/+902
| | | | | | | | - adjusted the dbal a little bit - removed db2 support git-svn-id: file:///svn/phpbb/trunk@5263 89ea8834-ac86-4346-8a33-228a782c2dd0
* dumdidumMeik Sievertsen2005-10-041-3/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@5257 89ea8834-ac86-4346-8a33-228a782c2dd0
* - some bugfixesMeik Sievertsen2005-10-045-7/+80
| | | | git-svn-id: file:///svn/phpbb/trunk@5255 89ea8834-ac86-4346-8a33-228a782c2dd0
* - changed ucp classes to work with the new module systemMeik Sievertsen2005-10-0414-117/+111
| | | | | | | - mcp is no longer working, i know. git-svn-id: file:///svn/phpbb/trunk@5254 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Pauls (psoTFX) new module classMeik Sievertsen2005-10-041-95/+289
| | | | git-svn-id: file:///svn/phpbb/trunk@5252 89ea8834-ac86-4346-8a33-228a782c2dd0
* blablaMeik Sievertsen2005-10-031-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@5250 89ea8834-ac86-4346-8a33-228a782c2dd0
* - some additional changesMeik Sievertsen2005-10-024-51/+55
| | | | | | | - fixing pm history bug (quote post) git-svn-id: file:///svn/phpbb/trunk@5243 89ea8834-ac86-4346-8a33-228a782c2dd0
* - add building multi insert to dbalMeik Sievertsen2005-10-022-42/+117
| | | | | | | - fix sql explain in mysql4 layer git-svn-id: file:///svn/phpbb/trunk@5242 89ea8834-ac86-4346-8a33-228a782c2dd0
* - add even more bugs to the codebaseMeik Sievertsen2005-10-023-33/+50
| | | | | | | - changed submit_pm to carry on the from userdata git-svn-id: file:///svn/phpbb/trunk@5241 89ea8834-ac86-4346-8a33-228a782c2dd0
* - move some functions from global functions file to functions_display (those ↵Meik Sievertsen2005-10-023-420/+217
| | | | | | only needed in posting and viewtopic/forum) git-svn-id: file:///svn/phpbb/trunk@5240 89ea8834-ac86-4346-8a33-228a782c2dd0
* - re-add constants.php for easier moddingMeik Sievertsen2005-10-021-0/+185
| | | | git-svn-id: file:///svn/phpbb/trunk@5239 89ea8834-ac86-4346-8a33-228a782c2dd0
* - some bugfixesMeik Sievertsen2005-10-021-6/+20
| | | | | | | - allow template variables in defines git-svn-id: file:///svn/phpbb/trunk@5238 89ea8834-ac86-4346-8a33-228a782c2dd0
* - session changes (this checkin is producing a lot of errors and render the ↵Meik Sievertsen2005-10-021-11/+18
| | | | | | cvs useless. Those following cvs should be able to grasp what to do, others... please wait for other changes being checked in) git-svn-id: file:///svn/phpbb/trunk@5237 89ea8834-ac86-4346-8a33-228a782c2dd0
* - checking in pauls (psoTFX) search changes (with tiny adjustments from me)Meik Sievertsen2005-10-022-62/+83
| | | | git-svn-id: file:///svn/phpbb/trunk@5236 89ea8834-ac86-4346-8a33-228a782c2dd0
* acm_main file for grouping cache-related functions.Meik Sievertsen2005-09-251-0/+295
| | | | git-svn-id: file:///svn/phpbb/trunk@5229 89ea8834-ac86-4346-8a33-228a782c2dd0
* - adjusting group functions a little bitMeik Sievertsen2005-09-251-253/+147
| | | | git-svn-id: file:///svn/phpbb/trunk@5228 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix bbcode in bbcode problemMeik Sievertsen2005-09-251-2/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5227 89ea8834-ac86-4346-8a33-228a782c2dd0
* Use cookie_domain when setting session cookiesBart van Bragt2005-09-211-1/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@5220 89ea8834-ac86-4346-8a33-228a782c2dd0
* Logout banned users, they are unable to use the normal logout linkBart van Bragt2005-09-211-0/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@5219 89ea8834-ac86-4346-8a33-228a782c2dd0
* System always showed 'you are banned permanently' even for temporary bansBart van Bragt2005-09-211-3/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@5217 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixing some minor bugs...Meik Sievertsen2005-08-194-1/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@5203 89ea8834-ac86-4346-8a33-228a782c2dd0
* ucp -> groups -> membershipsMeik Sievertsen2005-08-195-45/+300
| | | | git-svn-id: file:///svn/phpbb/trunk@5202 89ea8834-ac86-4346-8a33-228a782c2dd0