| Commit message (Expand) | Author | Age | Files | Lines |
* | fixing a bug within the installer (displaying notices) and making sure the in... | Meik Sievertsen | 2006-04-14 | 1 | -2/+2 |
* | save graham temporarly some headaches. ;) | Meik Sievertsen | 2006-03-25 | 1 | -0/+7 |
* | - add our beloved in_phpbb check | Meik Sievertsen | 2006-03-19 | 1 | -0/+7 |
* | - streamlined reports to consist of the feature set we decided upon (Nils, yo... | Meik Sievertsen | 2006-03-12 | 1 | -5/+5 |
* | - implementing David's proposed expression changes (some of them already note... | Meik Sievertsen | 2006-02-21 | 1 | -8/+10 |
* | - Removed a variable that has been left unused for three and a half years... | David M | 2005-12-27 | 1 | -1/+0 |
* | - fixing alter_block_array function as suggested by david. | Meik Sievertsen | 2005-12-27 | 1 | -4/+16 |
* | - ok, get away with the secondary style approach (styles can be mixed togethe... | Meik Sievertsen | 2005-12-22 | 1 | -21/+6 |
* | Some fixes to the template code | Graham Eames | 2005-12-13 | 1 | -5/+5 |
* | - mass email | Meik Sievertsen | 2005-12-05 | 1 | -2/+1 |
* | - some bugfixes | Meik Sievertsen | 2005-12-04 | 1 | -610/+69 |
* | - more acp additions and changes... | Meik Sievertsen | 2005-11-20 | 1 | -1/+1 |
* | - tiny bugfixes. ;) | Meik Sievertsen | 2005-11-08 | 1 | -14/+15 |
* | allow checking for loops with IF .block_var | Meik Sievertsen | 2005-10-19 | 1 | -0/+5 |
* | - added new query type to dbal's sql_build_array | Meik Sievertsen | 2005-10-09 | 1 | -0/+13 |
* | - some bugfixes | Meik Sievertsen | 2005-10-02 | 1 | -6/+20 |
* | - fixed url parsing ([] breakage) | Meik Sievertsen | 2005-05-15 | 1 | -28/+28 |
* | - made path information available to template (T_) | Meik Sievertsen | 2005-04-11 | 1 | -3/+31 |
* | - added updated coding guidelines | Meik Sievertsen | 2005-04-10 | 1 | -1/+1 |
* | - Documentation related changes | Meik Sievertsen | 2005-04-09 | 1 | -73/+82 |
* | fix admin_session "bug" | Meik Sievertsen | 2005-01-27 | 1 | -1/+0 |
* | this should eliminate most problems with statements not interpreted but valid... | Meik Sievertsen | 2005-01-10 | 1 | -3/+4 |
* | - some fixes/changes | Meik Sievertsen | 2004-12-19 | 1 | -1/+1 |
* | - new function + a few fixes suggested by cyberalien | Meik Sievertsen | 2004-10-30 | 1 | -3/+129 |
* | - more updates, mostly bugfixes to the bbcode parser | Meik Sievertsen | 2004-09-16 | 1 | -4/+4 |
* | Fixed problem with UNDEFINE | Paul S. Owen | 2004-08-01 | 1 | -28/+26 |
* | - remove output buffering options from download.php (not needed anymore) | Meik Sievertsen | 2004-07-08 | 1 | -1/+3 |
* | - added folder_moved image | Meik Sievertsen | 2004-06-06 | 1 | -2/+1 |
* | don't hurt me... just very small things | Meik Sievertsen | 2004-05-26 | 1 | -2/+3 |
* | fix some issues with oop, fixing small bugs and prepare the next steps... | Meik Sievertsen | 2004-05-02 | 1 | -2/+2 |
* | oopsie | Paul S. Owen | 2004-01-11 | 1 | -1/+1 |
* | custom profile fields. | Meik Sievertsen | 2004-01-10 | 1 | -2/+2 |
* | Add DEFINE/UNDEFINE ... user vars bust be preceeded by $ and be uppercase, st... | Paul S. Owen | 2004-01-09 | 1 | -17/+69 |
* | Quiet please! | Ludovic Arnaud | 2003-11-29 | 1 | -1/+1 |
* | *** empty log message *** | Meik Sievertsen | 2003-10-12 | 1 | -1/+1 |
* | include_once | Paul S. Owen | 2003-10-11 | 1 | -2/+2 |
* | Switch for recompilation (based on filesystem modified time) | Paul S. Owen | 2003-09-29 | 1 | -12/+10 |
* | Allow for start,end values within begin/end loops | Paul S. Owen | 2003-09-27 | 1 | -20/+29 |
* | Added the binary attribute for Windows platforms. Removed the read attribute ... | Ludovic Arnaud | 2003-08-10 | 1 | -4/+3 |
* | A fair amount of additional working or semi-working stuff ... template stored... | Paul S. Owen | 2003-08-06 | 1 | -9/+61 |
* | Changes for styling directory layout alterations | Paul S. Owen | 2003-07-24 | 1 | -4/+4 |
* | Remove subfolder storage of templates ... a safe-mode thang, you can delete a... | Paul S. Owen | 2003-07-17 | 1 | -12/+6 |
* | Cope with secondary (per forum) styles, probably other minor things too ... t... | Paul S. Owen | 2003-07-13 | 1 | -16/+26 |
* | Fix failure to INCLUDE a file following its sole recompilation ... I should a... | Paul S. Owen | 2003-07-11 | 1 | -1/+1 |
* | forced_recompile "seems" to work now if set true ... | Paul S. Owen | 2003-07-11 | 1 | -3/+9 |
* | Various updates, forum links, "improve" forum management, cleanups, blah blah... | Paul S. Owen | 2003-05-02 | 1 | -5/+0 |
* | Check for and remove other possible PHP execution tags | Paul S. Owen | 2003-04-28 | 1 | -2/+5 |
* | I believe the original intent was to put the backslash in the character class... | Ludovic Arnaud | 2003-04-26 | 1 | -1/+1 |
* | hhmmm, was slap bang in the middle of working on this ;) Excess slashing(?) .... | Paul S. Owen | 2003-04-23 | 1 | -6/+10 |
* | replaced \' with ' in template to let it parse javascript correctly. admin_at... | Meik Sievertsen | 2003-04-23 | 1 | -1/+1 |