aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* Add core bootstrap. Also change common.php to use it.Meik Sievertsen2008-12-262-153/+166
* add nils' request and super globals classMeik Sievertsen2008-12-2572-953/+1084
* comment with intendationMeik Sievertsen2008-12-252-73/+101
* changed documentation for the session abstractMeik Sievertsen2008-12-252-22/+1084
* Update session and separate from userMeik Sievertsen2008-12-241-1378/+448
* change cache:: to phpbb_cache::Meik Sievertsen2008-12-2421-260/+222
* relocate some filesMeik Sievertsen2008-12-246-0/+0
* put acp, mcp and ucp into modules/ directoryMeik Sievertsen2008-12-24102-0/+0
* remove no longer necessary files... hoorayMeik Sievertsen2008-12-24231-11598/+0
* merge #r9217Meik Sievertsen2008-12-241-51/+64
* merge in r9090, r9170, r9174, r9179Chris Smith2008-12-235-8/+12
* fix postcount resync for situations where low and high post ids are higher th...Meik Sievertsen2008-12-053-12/+76
* every second commit an pre/post-commit error... :/Meik Sievertsen2008-12-031-0/+19
* correctly update last topic/forum information if changing guest usernames thr...Meik Sievertsen2008-12-031-3/+19
* Use "less than a minute ago" instead of "0 minutes ago"Meik Sievertsen2008-12-033-5/+5
* fix the no_profile one called after another mode with the same user_id and gu...Meik Sievertsen2008-12-031-2/+2
* ok... now i remember. Added more precise commentsMeik Sievertsen2008-12-031-5/+6
* fix tiny typos in r9087Chris Smith2008-12-021-2/+2
* Merge in r9156Chris Smith2008-12-021-1/+1
* Add same redirect disable_cd_check parameter to meta_refresh - #38065Meik Sievertsen2008-12-021-2/+7
* Slight performance increase for common parameter calls to append_sid() (Bug #...Meik Sievertsen2008-12-021-12/+27
* Performance increase for get_username_string() (Bug #37545 - Patch by BartVB)Meik Sievertsen2008-12-021-48/+45
* merge in r9145Chris Smith2008-12-012-6/+6
* merge in r9144Chris Smith2008-12-011-0/+8
* Clear the stat cache of cache files after writing themChris Smith2008-12-011-0/+2
* do not display ban link for own profileMeik Sievertsen2008-11-301-1/+1
* force full date on "edited by" line. ;)Meik Sievertsen2008-11-302-3/+3
* [Change] Performance increase for format_date() (Bug #37575 - Patch by BartVB)Meik Sievertsen2008-11-3017-109/+158
* Do not increment users post count after post approval if post had been posted...Meik Sievertsen2008-11-301-2/+6
* Let's face it - the most common setup we see with phpBB is having group-speci...Meik Sievertsen2008-11-301-2/+5
* extend the style columns (style_id, template_id, imageset_id, image_id...)Meik Sievertsen2008-11-271-11/+11
* - Add template variable S_BLOCK_NAMEChris Smith2008-11-252-10/+57
* - Make a start on completing the phpDoc comments for the template engineChris Smith2008-11-242-34/+106
* - merge r9113: Handle checking for duplicate usernames in chunks (Bug #17285 ...Nils Adermann2008-11-242-37/+28
* Fix a bug we inherited from Smarty a long time agoChris Smith2008-11-241-2/+2
* Optimized this so it would not renumber the keys in the array every time it w...David M2008-11-241-2/+3
* Deprecate S_ROW_COUNT, remove *really* old assignments from the codeChris Smith2008-11-2433-57/+53
* - updated all code to use the request class instead of any direct access toNils Adermann2008-11-2473-347/+369
* Introducing the new request class. All input his handled through this class.Nils Adermann2008-11-231-126/+513
* S_NUM_ROWS gives you the number of rows in a blockChris Smith2008-11-231-0/+8
* Why did I not do it this way to begin with :)Chris Smith2008-11-231-32/+38
* [Change] Alllow applications to set custom module inclusion path (idea by HoL)Meik Sievertsen2008-11-231-1/+35
* Fix r9088Chris Smith2008-11-231-1/+1
* Fix a tiny bugChris Smith2008-11-231-1/+1
* - Deprecate S_ROW_COUNT use S_ROW_NUMChris Smith2008-11-222-55/+52
* - merge r9084 and r9085Nils Adermann2008-11-221-2/+9
* Only display special ranks to guests; no longer display normal ranks for gues...Meik Sievertsen2008-11-224-7/+8
* define cookie var for styleswitcher.js for popups (Bug #36765)Meik Sievertsen2008-11-221-0/+1
* Do not try to send jabber notifications if no jid entered (Bug #36775)Meik Sievertsen2008-11-221-0/+11
* merge revisions i missed... hopefully not breaking things - did not check eve...Meik Sievertsen2008-11-2233-59/+161