aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* 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
* small fix for redirecting to wrong post because of non-existant post id ↵Meik Sievertsen2005-10-221-1/+1
| | | | | | anchor (if first unread anchor is set) - blablabla - ok, just a small fix, just that. git-svn-id: file:///svn/phpbb/trunk@5274 89ea8834-ac86-4346-8a33-228a782c2dd0
* admin_users.php should be at least sort of usable again.Bart van Bragt2005-10-211-307/+332
| | | | git-svn-id: file:///svn/phpbb/trunk@5273 89ea8834-ac86-4346-8a33-228a782c2dd0
* - updated topic tracking codeMeik Sievertsen2005-10-1926-699/+1179
| | | | | | | | | - 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-0911-47/+142
| | | | | | | | | - 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
* Updated for new acm structureGraham Eames2005-10-081-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5267 89ea8834-ac86-4346-8a33-228a782c2dd0
* - only minor changesMeik Sievertsen2005-10-083-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@5264 89ea8834-ac86-4346-8a33-228a782c2dd0
* - another try to break things. :)Meik Sievertsen2005-10-0712-1573/+903
| | | | | | | | - adjusted the dbal a little bit - removed db2 support git-svn-id: file:///svn/phpbb/trunk@5263 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hello Olympus, pleased to meet you :)Graham Eames2005-10-051-3/+1
| | | | | | | (removing a couple of duplicated entries) git-svn-id: file:///svn/phpbb/trunk@5259 89ea8834-ac86-4346-8a33-228a782c2dd0
* dumdidumMeik Sievertsen2005-10-042-4/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@5257 89ea8834-ac86-4346-8a33-228a782c2dd0
* - some bugfixesMeik Sievertsen2005-10-048-69/+84
| | | | 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-0417-348/+174
| | | | | | | - mcp is no longer working, i know. git-svn-id: file:///svn/phpbb/trunk@5254 89ea8834-ac86-4346-8a33-228a782c2dd0
* - the schema/data changes needed for the new module classMeik Sievertsen2005-10-047-74/+107
| | | | git-svn-id: file:///svn/phpbb/trunk@5253 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
* okok, maybe assigning a default ordering is not that bad. harharMeik Sievertsen2005-10-036-20/+24
| | | | git-svn-id: file:///svn/phpbb/trunk@5251 89ea8834-ac86-4346-8a33-228a782c2dd0
* blablaMeik Sievertsen2005-10-037-10/+256
| | | | git-svn-id: file:///svn/phpbb/trunk@5250 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix tiny bug. ;)Meik Sievertsen2005-10-031-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5249 89ea8834-ac86-4346-8a33-228a782c2dd0
* - session changesMeik Sievertsen2005-10-029-27/+49
| | | | git-svn-id: file:///svn/phpbb/trunk@5247 89ea8834-ac86-4346-8a33-228a782c2dd0
* - use the changes. ;)Meik Sievertsen2005-10-021-212/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@5246 89ea8834-ac86-4346-8a33-228a782c2dd0
* *** empty log message ***Meik Sievertsen2005-10-021-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5245 89ea8834-ac86-4346-8a33-228a782c2dd0
* - use session_beginMeik Sievertsen2005-10-022-6/+22
| | | | | | | - fix permission presets to be at least usable git-svn-id: file:///svn/phpbb/trunk@5244 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-025-467/+236
| | | | 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-253-319/+236
| | | | 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
* Reverted checking. Missed the variable nr of arguments for group_user_add()Bart van Bragt2005-09-241-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5226 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mismatch between expected and sent arguments to group_add_users()Bart van Bragt2005-09-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5223 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some missing config values and one auth settingBart van Bragt2005-09-211-0/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@5222 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
* Fix for bug 73, invalid link under PM icon in memberlist/leadersBart van Bragt2005-09-211-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5218 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
* Small bug in template, some fields not shown if user posts first message in ↵Bart van Bragt2005-09-201-1/+1
| | | | | | forum where postcount is not increased git-svn-id: file:///svn/phpbb/trunk@5216 89ea8834-ac86-4346-8a33-228a782c2dd0
* Small bug in template, some fields not shown if user posts first message in ↵Bart van Bragt2005-09-201-2/+2
| | | | | | forum where postcount is not increased git-svn-id: file:///svn/phpbb/trunk@5215 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