Dragonfly CMS logo Server sponsored and hosted by
DedicatedNOW
CVS logo  
.:: Home :: Dev. Resources :: Forums ::.
Dragonfly CMS CVS Repository
 Location: / cvs / html / index.php
This is a web interface to the Dragonfly CMS CVS tree. You can browse the file hierarchy by picking directories. If you pick a file, you will see the revision history for that file.
Selecting a revision number will show that revision of the file. There are links at each revision to display diffs, annotate and download.
Note: Info about CVS and our commits can be found at our CVS Info Forum
total revisions: 118; selected revisions: 42
9.41 by djmazeview | annotate | download
2008/11/29 19:53:35 (1 months ago)
Changed : +3 -3 lines
Differences to 9.40

New PHP 5.3 feature detection added in file uploads and modified default theme to use CSS 3 cursors as well


9.40 by nanocaiordoview | annotate | download
2008/07/31 14:23:32 (5 months ago)
Changed : +3 -3 lines
Differences to 9.39

Replacing adminlink with URL::admin


9.39 by nanocaiordoview | annotate | download
2008/04/19 12:27:37 (8 months ago)
Changed : +9 -9 lines
Differences to 9.38

Merging from php5 branch.


9.38 by nanocaiordoview | annotate | download
2008/04/17 12:25:28 (8 months ago)
Changed : +4 -4 lines
Differences to 9.37

can_admin is now able to access disabled modules when $radmin is missing.


9.37 by phoenixview | annotate | download
2007/10/04 03:04:30 (1 year ago)
Changed : +3 -3 lines
Differences to 9.36

Branches: 9.37.2
nano fix


9.36 by nanocaiordoview | annotate | download
2007/09/29 12:13:46 (1 year ago)
Changed : +5 -4 lines
Differences to 9.35

fixed update_referrer()


9.35 by nanocaiordoview | annotate | download
2007/08/27 03:12:47 (1 year ago)
Changed : +3 -3 lines
Differences to 9.34

FULL INSERT for database queries


9.34 by nanocaiordoview | annotate | download
2007/08/04 14:21:28 (1 year ago)
Changed : +14 -9 lines
Differences to 9.33

improved referrers tracking


9.33 by nanocaiordoview | annotate | download
2007/08/04 13:57:24 (1 year ago)
Changed : +14 -14 lines
Differences to 9.32

better referrers tracking


9.32 by nanocaiordoview | annotate | download
2007/04/23 10:43:34 (1 year ago)
Changed : +3 -3 lines
Differences to 9.31

Branches: 9.32.2
updated copyright year


9.31 by nanocaiordoview | annotate | download
2006/11/11 03:12:21 (2 years ago)
Changed : +7 -7 lines
Differences to 9.30

Replaced double quotes with single quotes gaining few microseconds of speed


9.30 by nanocaiordoview | annotate | download
2006/11/05 07:49:27 (2 years ago)
Changed : +7 -3 lines
Differences to 9.29

fixed bug id http://dragonflycms.org/Projects/bugs/id=853.html
still no site wide constistent between pagetitle and module name


9.29 by nanocaiordoview | annotate | download
2006/10/31 14:29:47 (2 years ago)
Changed : +5 -5 lines
Differences to 9.28

changed from 302 to 503


9.28 by nanocaiordoview | annotate | download
2006/10/31 14:20:15 (2 years ago)
Changed : +3 -3 lines
Differences to 9.27

fixed double message for inactive modules: changed error code 404 with 302


9.27 by djmazeview | annotate | download
2006/06/03 17:38:48 (2 years ago)
Changed : +4 -4 lines
Differences to 9.26

Fixed bug http://dragonflycms.org/Projects/bugs/id=783.html


9.26 by djmazeview | annotate | download
2006/01/21 00:49:39 (2 years ago)
Changed : +3 -3 lines
Differences to 9.25

Updated copyright years


9.25 by djmazeview | annotate | download
2006/01/06 13:21:58 (3 years ago)
Changed : +6 -6 lines
Differences to 9.24

Removed the obsolete __FILE__, __LINE__ in queries


9.24 by djmazeview | annotate | download
2005/12/07 04:55:38 (3 years ago)
Changed : +3 -3 lines
Differences to 9.23

Fixed bug in sql query, no need to use lower()


9.23 by djmazeview | annotate | download
2005/12/04 06:42:02 (3 years ago)
Changed : +4 -6 lines
Differences to 9.22

Added the drafts of the long awaited Security system which i designed for MOO now into Dragonfly
It bans bad referers, bots and has flood protection
NOTE: this is only a draft so don't expect everything working as it should


9.22 by djmazeview | annotate | download
2005/09/11 13:54:36 (3 years ago)
Changed : +8 -6 lines
Differences to 9.21

Added $module_id for future features


9.21 by trevorview | annotate | download
2005/07/10 18:58:13 (3 years ago)
Changed : +5 -5 lines
Differences to 9.20

it seems Fix_Quotes() has been applied to newly logged http referers for six months


9.20 by trevorview | annotate | download
2005/06/15 19:28:50 (3 years ago)
Changed : +4 -4 lines
Differences to 9.19

Allow HTTP referer system to log https URLs


9.19 by phoenixview | annotate | download
2005/05/26 08:45:40 (3 years ago)
Changed : +4 -4 lines
Differences to 9.18

http://dragonflycms.org/Projects/bugs/id=517.html


9.18 by trevorview | annotate | download
2005/05/14 20:22:32 (3 years ago)
Changed : +4 -4 lines
Differences to 9.17

Fixed module path when the module doesn't exist in the database


9.17 by djmazeview | annotate | download
2005/05/08 04:46:55 (3 years ago)
Changed : +12 -8 lines
Differences to 9.16

Removed forcefull sideblocks on index/home so that it's fully module based


9.16 by djmazeview | annotate | download
2005/04/25 01:21:23 (3 years ago)
Changed : +4 -4 lines
Differences to 9.15

Changed to use CORE_PATH
Removed loading of footer.php


9.15 by djmazeview | annotate | download
2005/04/11 23:35:08 (3 years ago)
Changed : +4 -4 lines
Differences to 9.14

Applied another PostgreSQL bugfix http://dragonflycms.com/Projects/bugs/id=402.html


9.14 by djmazeview | annotate | download
2005/04/07 19:49:56 (3 years ago)
Changed : +3 -3 lines
Differences to 9.13

Fixed the error page output for non-existing module path/file to avoid terrible confusions


9.13 by djmazeview | annotate | download
2005/04/04 21:50:38 (3 years ago)
Changed : +3 -3 lines
Differences to 9.12

Fixed bug http://dragonflycms.com/Projects/bugs/id=390.html


9.12 by djmazeview | annotate | download
2005/03/27 00:42:32 (3 years ago)
Changed : +4 -4 lines
Differences to 9.11

Thanks to noles who notice i forgot a = in a fixed comparison


9.11 by djmazeview | annotate | download
2005/03/26 16:38:26 (3 years ago)
Changed : +4 -4 lines
Differences to 9.10

Fixed bug on disallowing access on the default home module when it's not active inside the database


9.10 by trevorview | annotate | download
2005/03/04 17:29:41 (3 years ago)
Changed : +4 -6 lines
Differences to 9.9

Cleanup


9.9 by djmazeview | annotate | download
2005/02/26 10:02:21 (3 years ago)
Changed : +4 -4 lines
Differences to 9.8

Added some brackets


9.8 by trevorview | annotate | download
2005/02/24 16:09:22 (3 years ago)
Changed : +11 -11 lines
Differences to 9.7

Fixed all headers and tabified files


9.7 by djmazeview | annotate | download
2005/02/21 17:59:51 (3 years ago)
Changed : +10 -41 lines
Differences to 9.6

Changed Credits page system as discussed in the staff meeting.
If the module is active the cpg_inst.php file is read and output


9.6 by trevorview | annotate | download
2005/02/20 14:12:32 (3 years ago)
Changed : +4 -4 lines
Differences to 9.5

Small change to privacy policy layout


9.5 by djmazeview | annotate | download
2005/02/20 08:41:30 (3 years ago)
Changed : +106 -104 lines
Differences to 9.4

New header meta system for a way much bigger flexibility inside modules to get even better page ranks


9.4 by djmazeview | annotate | download
2005/02/07 09:26:12 (3 years ago)
Changed : +4 -4 lines
Differences to 9.3

Updated file headers
Made a "work around" for the bug which is reported at http://bugs.php.net/bug.php?id=31849
Converted config.php back to ANSI since to much people keep using notepad


9.3 by trevorview | annotate | download
2005/02/06 11:39:00 (3 years ago)
Changed : +4 -4 lines
Differences to 9.2

Fixed link


9.2 by trevorview | annotate | download
2005/02/05 01:55:46 (3 years ago)
Changed : +3 -3 lines
Differences to 9.1

Fixed name


9.1 by djmazeview | annotate | download
2005/01/26 12:19:48 (3 years ago)
Changed : +5 -11 lines
Differences to 9.0

Better handling cpg_error by allowing 301, 401 and 404 as title and send out the proper headers for those error numbers


9.0 by djmazeview | annotate | download
2005/01/12 03:32:25 (3 years ago)
Changed : +2 -2 lines

*** empty log message ***




Code Credits - Privacy Policy