| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Better tracking of global announcements | Ruslan Uzdenov | 2009-08-18 | 1 | -6/+6 |
| * | i know, i know, no need to hrm me. :P - r10009 | Meik Sievertsen | 2009-08-17 | 1 | -1/+1 |
| * | no need to call generate_board_url() twice - r10008 | Meik Sievertsen | 2009-08-17 | 1 | -2/+2 |
| * | Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for imag... | Meik Sievertsen | 2009-08-17 | 1 | -13/+31 |
| * | Add unread posts search support for cookie-based tracking | Ruslan Uzdenov | 2009-08-17 | 1 | -4/+55 |
| * | i am very very sorry for this hackish approach... | Meik Sievertsen | 2009-08-17 | 1 | -0/+8 |
| * | Fix r9961 - populate who is online only where required | Joas Schilling | 2009-08-17 | 1 | -3/+3 |
| * | r9961 - also set item name in page_header parameter for better implementation... | Joas Schilling | 2009-08-15 | 1 | -25/+3 |
| * | ok, i am very sorry, but this needs to be fixed. | Meik Sievertsen | 2009-08-12 | 1 | -6/+51 |
| * | populate who is online only where required | Henry Sudhof | 2009-08-12 | 1 | -4/+12 |
| * | change item to item_id; related to #49485 | Henry Sudhof | 2009-08-12 | 1 | -1/+1 |
| * | Fix bug #15729 - Global announcements marked as read if all new topics in for... | Ruslan Uzdenov | 2009-08-05 | 1 | -1/+1 |
| * | log general errors in cron, images and when debug is enabled | Henry Sudhof | 2009-08-05 | 1 | -0/+8 |
| * | and for pseudocron too (to conisder: log db errors to debug faulty cron jobs) | Henry Sudhof | 2009-08-04 | 1 | -2/+2 |
| * | add the option to place image debugging information to the log | Henry Sudhof | 2009-08-04 | 1 | -1/+6 |
| * | Adjust build_url() to not prepend $phpbb_root_path if path returned from redi... | Meik Sievertsen | 2009-08-01 | 1 | -2/+14 |
| * | Fix tiny typo in r9884, #46765. Thanks rxu. | Andreas Fischer | 2009-07-28 | 1 | -1/+1 |
| * | Move get_unread_topics_list() up in functions.php, added some documentation. ... | Andreas Fischer | 2009-07-28 | 1 | -105/+111 |
| * | More small adjustments to get_unread_topics_list(). #46765 | Andreas Fischer | 2009-07-28 | 1 | -12/+16 |
| * | Fix r9855 for #46765 | Ruslan Uzdenov | 2009-07-28 | 1 | -1/+1 |
| * | Minor captcha API change - disable display of plugin by returning false in ge... | Henry Sudhof | 2009-07-27 | 1 | -1/+0 |
| * | Fix r9755 for #46765 | Ruslan Uzdenov | 2009-07-26 | 1 | -16/+27 |
| * | fix r9758 | Joas Schilling | 2009-07-22 | 1 | -1/+1 |
| * | Ensure user errors are displayed regardless of PHP settings. #47505 | Chris Smith | 2009-07-18 | 1 | -1/+1 |
| * | #42925 | Chris Smith | 2009-07-18 | 1 | -1/+1 |
| * | - PHP4 compatibility | Marek A. R | 2009-07-18 | 1 | -0/+10 |
| * | Feature Bug #43375 - Ability to delete warnings and keep warnings permanently | Joas Schilling | 2009-07-14 | 1 | -1/+1 |
| * | Fix bug #46765 - View unread posts | Ruslan Uzdenov | 2009-07-14 | 1 | -0/+91 |
| * | Fix bug #47775 - Properly convert and show filesize information | Andreas Fischer | 2009-07-11 | 1 | -8/+63 |
| * | Fixed Bug #24075 - GZIP status is not showed up correctly in debug mode | Ruslan Uzdenov | 2009-07-08 | 1 | -1/+1 |
| * | Fix r9728 - It does actually not work that way. ;-) | Andreas Fischer | 2009-07-07 | 1 | -2/+2 |
| * | Fix bug #47785 - Fetch requested cookie variables directly from cookie super ... | Andreas Fischer | 2009-07-07 | 1 | -2/+3 |
| * | revert r9653 because it does not work as advertised (a load of bugs and not r... | Meik Sievertsen | 2009-06-25 | 1 | -1/+0 |
| * | - Fix XHTML for r9666 | Meik Sievertsen | 2009-06-24 | 1 | -1/+3 |
| * | Fix bug #46765 - View unread posts | Ruslan Uzdenov | 2009-06-22 | 1 | -0/+1 |
| * | Fixed bug #43125 | Gabriel Vazquez | 2009-06-21 | 1 | -10/+5 |
| * | rename user_id in confirm_box to confirm_uid. We are able to do this because ... | Meik Sievertsen | 2009-06-21 | 1 | -5/+5 |
| * | Fix bug #31975 - Enhance obtain_users_online_string to be able to return use... | Joas Schilling | 2009-06-20 | 1 | -18/+41 |
| * | - [Feature] New "Newly Registered Users" group for assigning permis... | Meik Sievertsen | 2009-06-20 | 1 | -0/+1 |
| * | Use dynamic includes, fix some style bugs, make the old default captcha famil... | Henry Sudhof | 2009-06-17 | 1 | -1/+1 |
| * | First ATOM Feed commit/integration | Meik Sievertsen | 2009-06-12 | 1 | -0/+13 |
| * | Fix dynamic config update routine error if firebird is used (Bug #46315) | Meik Sievertsen | 2009-06-12 | 1 | -1/+1 |
| * | some corrections, only very minor things. | Meik Sievertsen | 2009-06-07 | 1 | -13/+11 |
| * | Correctly determine writable status of files on Windows operating system. #39035 | Chris Smith | 2009-06-03 | 1 | -0/+61 |
| * | Okay, a first ci of the new captcha plugins. We'll add dynamic template inclu... | Henry Sudhof | 2009-06-02 | 1 | -24/+9 |
| * | suppress warnings (stat failed). Though may be good to know... why! | Meik Sievertsen | 2009-05-23 | 1 | -6/+6 |
| * | #43755 - also return GiB sizes for get_formatted_filesize(), patch by nickver... | Meik Sievertsen | 2009-04-18 | 1 | -0/+6 |
| * | a language alteration for captchas. | Meik Sievertsen | 2009-04-11 | 1 | -1/+1 |
| * | fix unkown variable problem. ;) | Meik Sievertsen | 2009-03-28 | 1 | -0/+3 |
| * | SQL optimisations | Chris Smith | 2009-03-19 | 1 | -1/+1 |