| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Show legend if group coloured and not hidden | Paul S. Owen | 2003-08-25 | 1 | -2/+1 |
* | Re-arrange auth and setup calls ... needs to be repeated for all major scripts | Paul S. Owen | 2003-07-14 | 1 | -3/+3 |
* | moved the queue call, added interval. The current lock is very "fluent" at th... | Meik Sievertsen | 2003-05-30 | 1 | -9/+0 |
* | added email queue + small changes (do not hit me for the mysql_basic change :D) | Meik Sievertsen | 2003-05-29 | 1 | -1/+9 |
* | Majority are UCP related updates ... avatars should now work, aside from gall... | Paul S. Owen | 2003-05-26 | 1 | -1/+1 |
* | Enable display of birthday listing ... controlled via ACP Load Settings | Paul S. Owen | 2003-05-20 | 1 | -1/+28 |
* | page header/footer become functions, forum passwords (I know, I know but it a... | Paul S. Owen | 2003-05-03 | 1 | -17/+12 |
* | Various updates, forum links, "improve" forum management, cleanups, blah blah... | Paul S. Owen | 2003-05-02 | 1 | -3/+8 |
* | Various changes, and tests ... marking/tracking is not complete ... tinkering... | Paul S. Owen | 2003-04-26 | 1 | -5/+3 |
* | Fix login box action | Paul S. Owen | 2003-03-20 | 1 | -0/+2 |
* | Without caching | Paul S. Owen | 2003-03-10 | 1 | -1/+1 |
* | Various additions and fixes | Paul S. Owen | 2003-03-10 | 1 | -9/+16 |
* | Additional info for profiles | Paul S. Owen | 2003-03-08 | 1 | -1/+10 |
* | Moved "viewprofile" to memberslist ... consolidation incomplete | Paul S. Owen | 2003-03-05 | 1 | -1/+1 |
* | More capitalised lang strings, fixed some unset or incorrect variables | Ludovic Arnaud | 2003-02-17 | 1 | -11/+3 |
* | Un-b0rked ACL options caching, small general fixes | Ludovic Arnaud | 2003-01-20 | 1 | -12/+3 |
* | Very minor changes. | Ludovic Arnaud | 2003-01-13 | 1 | -1/+1 |
* | Initial Lastread support. Mind the schema and config changes\! | Bart van Bragt | 2002-11-27 | 1 | -7/+2 |
* | Moved profile.php to ucp.php. ucp is really really broken right now, don't ev... | James Atkinson | 2002-11-21 | 1 | -1/+1 |
* | Num posted articles/topics update | Paul S. Owen | 2002-11-13 | 1 | -0/+15 |
* | Cleaned up viewforum/index, altered template class to replace missing lang st... | Ludovic Arnaud | 2002-11-08 | 1 | -55/+1 |
* | Fix a couple of issues, hopefully haven't broken anything Ashe was planning ... | Paul S. Owen | 2002-11-07 | 1 | -2/+2 |
* | Subforums update take #1 | Ludovic Arnaud | 2002-11-07 | 1 | -101/+6 |
* | viewforum queries update + a couple of bugfixes. | Ludovic Arnaud | 2002-11-05 | 1 | -0/+2 |
* | Changed $board_config to $config, more posting "stuff", altered polling code ... | Paul S. Owen | 2002-10-30 | 1 | -6/+6 |
* | Mostly changes to turn userdata into user->data, lang into user->lang + bitst... | Paul S. Owen | 2002-10-20 | 1 | -39/+39 |
* | Permission related updates ... is still not final but is getting there ... fa... | Paul S. Owen | 2002-10-08 | 1 | -5/+3 |
* | Well, here are all my changes ... don't blame me if things break :D | Paul S. Owen | 2002-10-04 | 1 | -30/+12 |
* | I updated my copy with the Area51 template so here it is, along with a couple... | Ludovic Arnaud | 2002-10-03 | 1 | -8/+8 |
* | Subforums part 3: "the one that actually works" | Ludovic Arnaud | 2002-10-03 | 1 | -28/+61 |
* | Subforums handling part 2, it almost works. Also added: the "Explain" link at... | Ludovic Arnaud | 2002-10-03 | 1 | -178/+109 |
* | First implementation of subforums handling in index. | Ludovic Arnaud | 2002-10-01 | 1 | -209/+213 |
* | Forum/Topic marking updates | Paul S. Owen | 2002-08-22 | 1 | -27/+13 |
* | Some sql changes | Paul S. Owen | 2002-08-17 | 1 | -22/+9 |
* | More session changes to accomodate ACL_PERMIT/PREVENT ... | Paul S. Owen | 2002-08-15 | 1 | -202/+13 |
* | Where did that dunce cap go? | Paul S. Owen | 2002-08-13 | 1 | -1/+1 |
* | oopsie, that version wasn't ready for commit .... | Paul S. Owen | 2002-08-13 | 1 | -87/+407 |
* | More changes ... switched away from prefetch for now ... | Paul S. Owen | 2002-08-13 | 1 | -407/+87 |
* | Updates for permissions, sessions, lots of things ... note that _many_ things... | Paul S. Owen | 2002-07-14 | 1 | -151/+240 |
* | Changed code so it stores total users in config table to remove a slightly co... | James Atkinson | 2002-04-30 | 1 | -4/+7 |
* | Output online users explanation | Paul S. Owen | 2002-03-31 | 1 | -0/+1 |
* | pre-freeze on main templates, various bug fixes (highlighting search results,... | Paul S. Owen | 2002-03-31 | 1 | -22/+36 |
* | Remove HIDDEN_GROUP check in user mod SQL ... no valid there. | Paul S. Owen | 2002-03-19 | 1 | -60/+56 |
* | Loads'a changes including fix for security issue, thanks to Matthijs for chec... | Paul S. Owen | 2002-03-18 | 1 | -0/+1 |
* | Fixed <> vs != problem with MSSQL, missed this one | Bart van Bragt | 2002-02-16 | 1 | -1/+1 |
* | Made hidden groups really hidden (index, viewforum) | Bart van Bragt | 2002-02-15 | 1 | -1/+3 |
* | And another fix for warnings ... | Paul S. Owen | 2002-01-28 | 1 | -2/+2 |
* | Fix various var not set warnings ... many thanks go to The Horta for pointing... | Paul S. Owen | 2002-01-28 | 1 | -2/+3 |
* | Numerous updates and changes | Paul S. Owen | 2002-01-27 | 1 | -214/+171 |
* | Changes to topic/forum tracking ... tested for several days on test board and... | Paul S. Owen | 2002-01-12 | 1 | -9/+14 |