| Commit message (Expand) | Author | Age | Files | Lines |
| * | forgot the bootstrap file for phpbb::$acm | Meik Sievertsen | 2008-12-28 | 1 | -0/+491 |
| * | implement new phpbb::$acm object, replacing $cache global | Meik Sievertsen | 2008-12-28 | 57 | -754/+523 |
| * | document plugin-support | Meik Sievertsen | 2008-12-28 | 6 | -23/+48 |
| * | document our plugin classes | Meik Sievertsen | 2008-12-28 | 1 | -116/+381 |
| * | add url class | Meik Sievertsen | 2008-12-28 | 1 | -0/+740 |
| * | the core security class | Meik Sievertsen | 2008-12-27 | 1 | -0/+299 |
| * | system info class, complements session/user | Meik Sievertsen | 2008-12-27 | 1 | -0/+375 |
| * | change page_header/page_footer and message handler | Meik Sievertsen | 2008-12-27 | 3 | -233/+235 |
| * | replace constants with class constants. | Meik Sievertsen | 2008-12-27 | 46 | -1475/+694 |
| * | add core file before i go to bed. :) | Meik Sievertsen | 2008-12-27 | 1 | -0/+386 |
| * | Add core bootstrap. Also change common.php to use it. | Meik Sievertsen | 2008-12-26 | 2 | -153/+166 |
| * | add nils' request and super globals class | Meik Sievertsen | 2008-12-25 | 72 | -953/+1084 |
| * | comment with intendation | Meik Sievertsen | 2008-12-25 | 2 | -73/+101 |
| * | changed documentation for the session abstract | Meik Sievertsen | 2008-12-25 | 2 | -22/+1084 |
| * | Update session and separate from user | Meik Sievertsen | 2008-12-24 | 1 | -1378/+448 |
| * | change cache:: to phpbb_cache:: | Meik Sievertsen | 2008-12-24 | 21 | -260/+222 |
| * | relocate some files | Meik Sievertsen | 2008-12-24 | 6 | -0/+0 |
| * | put acp, mcp and ucp into modules/ directory | Meik Sievertsen | 2008-12-24 | 102 | -0/+0 |
| * | remove no longer necessary files... hooray | Meik Sievertsen | 2008-12-24 | 231 | -11598/+0 |
| * | merge #r9217 | Meik Sievertsen | 2008-12-24 | 1 | -51/+64 |
| * | merge in r9090, r9170, r9174, r9179 | Chris Smith | 2008-12-23 | 5 | -8/+12 |
| * | fix postcount resync for situations where low and high post ids are higher th... | Meik Sievertsen | 2008-12-05 | 3 | -12/+76 |
| * | every second commit an pre/post-commit error... :/ | Meik Sievertsen | 2008-12-03 | 1 | -0/+19 |
| * | correctly update last topic/forum information if changing guest usernames thr... | Meik Sievertsen | 2008-12-03 | 1 | -3/+19 |
| * | Use "less than a minute ago" instead of "0 minutes ago" | Meik Sievertsen | 2008-12-03 | 3 | -5/+5 |
| * | fix the no_profile one called after another mode with the same user_id and gu... | Meik Sievertsen | 2008-12-03 | 1 | -2/+2 |
| * | ok... now i remember. Added more precise comments | Meik Sievertsen | 2008-12-03 | 1 | -5/+6 |
| * | fix tiny typos in r9087 | Chris Smith | 2008-12-02 | 1 | -2/+2 |
| * | Merge in r9156 | Chris Smith | 2008-12-02 | 1 | -1/+1 |
| * | Add same redirect disable_cd_check parameter to meta_refresh - #38065 | Meik Sievertsen | 2008-12-02 | 1 | -2/+7 |
| * | Slight performance increase for common parameter calls to append_sid() (Bug #... | Meik Sievertsen | 2008-12-02 | 1 | -12/+27 |
| * | Performance increase for get_username_string() (Bug #37545 - Patch by BartVB) | Meik Sievertsen | 2008-12-02 | 1 | -48/+45 |
| * | merge in r9145 | Chris Smith | 2008-12-01 | 2 | -6/+6 |
| * | merge in r9144 | Chris Smith | 2008-12-01 | 1 | -0/+8 |
| * | Clear the stat cache of cache files after writing them | Chris Smith | 2008-12-01 | 1 | -0/+2 |
| * | do not display ban link for own profile | Meik Sievertsen | 2008-11-30 | 1 | -1/+1 |
| * | force full date on "edited by" line. ;) | Meik Sievertsen | 2008-11-30 | 2 | -3/+3 |
| * | [Change] Performance increase for format_date() (Bug #37575 - Patch by BartVB) | Meik Sievertsen | 2008-11-30 | 17 | -109/+158 |
| * | Do not increment users post count after post approval if post had been posted... | Meik Sievertsen | 2008-11-30 | 1 | -2/+6 |
| * | Let's face it - the most common setup we see with phpBB is having group-speci... | Meik Sievertsen | 2008-11-30 | 1 | -2/+5 |
| * | extend the style columns (style_id, template_id, imageset_id, image_id...) | Meik Sievertsen | 2008-11-27 | 1 | -11/+11 |
| * | - Add template variable S_BLOCK_NAME | Chris Smith | 2008-11-25 | 2 | -10/+57 |
| * | - Make a start on completing the phpDoc comments for the template engine | Chris Smith | 2008-11-24 | 2 | -34/+106 |
| * | - merge r9113: Handle checking for duplicate usernames in chunks (Bug #17285 ... | Nils Adermann | 2008-11-24 | 2 | -37/+28 |
| * | Fix a bug we inherited from Smarty a long time ago | Chris Smith | 2008-11-24 | 1 | -2/+2 |
| * | Optimized this so it would not renumber the keys in the array every time it w... | David M | 2008-11-24 | 1 | -2/+3 |
| * | Deprecate S_ROW_COUNT, remove *really* old assignments from the code | Chris Smith | 2008-11-24 | 33 | -57/+53 |
| * | - updated all code to use the request class instead of any direct access to | Nils Adermann | 2008-11-24 | 73 | -347/+369 |
| * | Introducing the new request class. All input his handled through this class. | Nils Adermann | 2008-11-23 | 1 | -126/+513 |
| * | S_NUM_ROWS gives you the number of rows in a block | Chris Smith | 2008-11-23 | 1 | -0/+8 |