aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
...
* document plugin-supportMeik Sievertsen2008-12-283-20/+45
* add url classMeik Sievertsen2008-12-281-0/+740
* the core security classMeik Sievertsen2008-12-271-0/+299
* system info class, complements session/userMeik Sievertsen2008-12-271-0/+375
* change page_header/page_footer and message handlerMeik Sievertsen2008-12-271-200/+173
* replace constants with class constants.Meik Sievertsen2008-12-2718-1158/+125
* add core file before i go to bed. :)Meik Sievertsen2008-12-271-0/+386
* Add core bootstrap. Also change common.php to use it.Meik Sievertsen2008-12-261-0/+130
* add nils' request and super globals classMeik Sievertsen2008-12-2512-496/+627
* 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-245-193/+196
* relocate some filesMeik Sievertsen2008-12-246-250/+0
* put acp, mcp and ucp into modules/ directoryMeik Sievertsen2008-12-24102-40669/+0
* remove no longer necessary files... hoorayMeik Sievertsen2008-12-244-40/+0
* merge #r9217Meik Sievertsen2008-12-241-51/+64
* merge in r9090, r9170, r9174, r9179Chris Smith2008-12-233-5/+9
* 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
* 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
* 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
* force full date on "edited by" line. ;)Meik Sievertsen2008-11-301-1/+1
* [Change] Performance increase for format_date() (Bug #37575 - Patch by BartVB)Meik Sievertsen2008-11-302-37/+77
* 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
* - 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
* 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-241-7/+3
* - updated all code to use the request class instead of any direct access toNils Adermann2008-11-2458-276/+284
* 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-222-3/+4
* Do not try to send jabber notifications if no jid entered (Bug #36775)Meik Sievertsen2008-11-221-0/+11