| ||||
| .:: Home :: Dev. Resources :: Forums ::. |
| Dragonfly CMS CVS Repository |
|---|
| Location: / cvs / html / includes / functions / messagebox.php |
| 9.17 by djmaze | view | annotate | download |
| 2012/05/12 09:52:40 (1 weeks ago) Changed : +9 -9 lines Differences to 9.16 | use new sql class methods |
| 9.16 by nanocaiordo | view | annotate | download |
| 2011/10/15 23:34:33 (7 months ago) Changed : +3 -3 lines Differences to 9.15 | Moved bbcode functions into BBCode class. |
| 9.15 by nanocaiordo | view | annotate | download |
| 2011/10/13 13:23:14 (7 months ago) Changed : +3 -2 lines Differences to 9.14 | Stability based commit. |
| 9.14 by nanocaiordo | view | annotate | download |
| 2010/10/04 07:10:37 (1 year ago) Changed : +4 -4 lines Differences to 9.13 | replaced extracted variables with original $MAIN_CFG |
| 9.13 by nanocaiordo | view | annotate | download |
| 2008/07/31 14:23:31 (3 years ago) Changed : +4 -4 lines Differences to 9.12 | Replacing adminlink with URL::admin |
| 9.12 by nanocaiordo | view | annotate | download |
| 2008/04/19 12:22:18 (4 years ago) Changed : +5 -5 lines Differences to 9.11 | Merging from php5 branch. |
| 9.11 by phoenix | view | annotate | download |
| 2007/10/18 14:38:06 (4 years ago) Changed : +4 -4 lines Differences to 9.10 | *** empty log message *** |
| 9.10 by nanocaiordo | view | annotate | download |
| 2007/04/07 13:18:08 (5 years ago) Changed : +3 -3 lines Differences to 9.9 Branches: 9.10.2 | A new file holds php5 functions to provide missing functionalty to older version of PHP. Updated also copyright year |
| 9.9 by djmaze | view | annotate | download |
| 2006/01/06 13:28:44 (6 years ago) Changed : +4 -4 lines Differences to 9.8 | Removed the obsolete __FILE__, __LINE__ in queries |
| 9.8 by djmaze | view | annotate | download |
| 2005/12/17 04:05:50 (6 years ago) Changed : +3 -3 lines Differences to 9.7 | Fixed df urls from .com to .org since .com is now reserved for other stuff |
| 9.7 by djmaze | view | annotate | download |
| 2005/10/11 12:31:51 (6 years ago) Changed : +13 -23 lines Differences to 9.6 | Removed the THEME_USES_TPL feature to completely remove the old php-nuke theme system for a full template based future |
| 9.6 by djmaze | view | annotate | download |
| 2005/04/25 01:21:24 (7 years ago) Changed : +3 -3 lines Differences to 9.5 | Changed to use CORE_PATH Removed loading of footer.php |
| 9.5 by trevor | view | annotate | download |
| 2005/04/15 20:57:00 (7 years ago) Changed : +4 -4 lines Differences to 9.4 | Fixed Bug #430: No ordering applied to messages in the main page. http://dragonflycms.com/Projects/bugs/id=430.html |
| 9.4 by trevor | view | annotate | download |
| 2005/02/24 16:09:22 (7 years ago) Changed : +5 -5 lines Differences to 9.3 | Fixed all headers and tabified files |
| 9.3 by djmaze | view | annotate | download |
| 2005/02/16 23:09:37 (7 years ago) Changed : +75 -77 lines Differences to 9.2 | Fixed file headers and converted 4 spaces to 1 tab so that each programmer can use his prefered tab spacing |
| 9.2 by djmaze | view | annotate | download |
| 2005/01/14 07:01:23 (7 years ago) Changed : +3 -3 lines Differences to 9.1 | Fixed bug http://dragonflycms.com/Projects/bugs/id=181.html |
| 9.1 by djmaze | view | annotate | download |
| 2005/01/13 00:36:46 (7 years ago) Changed : +4 -4 lines Differences to 9.0 | Had to rewrite decode_bbcode() for proper html parsing Due to that decode_bbcode(set_smilies()) didn't work anymore and had to be changed to set_smilies(decode_bbcode()) or even better now do everyhing at once properly using decode_bb_all() |
| 9.0 by djmaze | view | annotate | download |
| 2005/01/12 03:32:37 (7 years ago) Changed : +3 -3 lines | *** empty log message *** |