aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Removing dead files.jhunkeler2010-01-032-0/+0
| | | | git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@450 c5b2fb0a-d05d-0410-98c8-828840a80ff6
* Dead file addedjhunkeler2010-01-031-0/+0
| | | | git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@449 c5b2fb0a-d05d-0410-98c8-828840a80ff6
* Removed branches/Bayonet CMS v2/modules/gallerythirdid2010-01-031-0/+0
| | | | git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@445 c5b2fb0a-d05d-0410-98c8-828840a80ff6
* Removed branches/Bayonet CMS v2/modules/gallery/testphotosthirdid2010-01-034-0/+0
| | | | git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@444 c5b2fb0a-d05d-0410-98c8-828840a80ff6
* Removed branches/Bayonet CMS v2/modules/gallery/dynamitelaxthirdid2010-01-038-0/+0
| | | | git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@443 c5b2fb0a-d05d-0410-98c8-828840a80ff6
* - view.roster.php replaced view.current.phpjhunkeler2010-01-0314-377/+509
| | | | | | | | | | | - Roster generation code completed by OC (yay!). - Class RUDI_Information added to grab unit information. - Views have been added from Unit/Platoon information, however, OC decided not to use the right table so everything needs to be moved around (not so yay!) git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@442 c5b2fb0a-d05d-0410-98c8-828840a80ff6
* (OC) I cut down the calendar queries to just one which seems to work out a ↵jhunkeler2009-12-29256-0/+1833
| | | | | | lot better. git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@409 c5b2fb0a-d05d-0410-98c8-828840a80ff6
* forgot to add newsreel/style.css in the previous commitjhunkeler2009-12-281-0/+25
| | | | git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@407 c5b2fb0a-d05d-0410-98c8-828840a80ff6
* (OC)jhunkeler2009-12-282-32/+5
| | | | | | | | phased out BBCode() and added the extras to bbcode_format() condensed the style sheets. git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@406 c5b2fb0a-d05d-0410-98c8-828840a80ff6
* Added SMF forumjhunkeler2009-12-281-12/+8
| | | | | | | | | | | Added block to interface with SMF logins (called forum_login) Fixed pages by removing articles Added contentHeading to page generation git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@404 c5b2fb0a-d05d-0410-98c8-828840a80ff6
* MySQL -> MySQLijhunkeler2009-12-277-92/+100
| | | | | | | | | | | | | Fixed memory leaks after Fetching arrays Removed all while loops that interfaced with $db->Fetch() Rewrote RSS module Fixed syntax error in donations module Fixed link structure for news module Reverting to old page display method git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@402 c5b2fb0a-d05d-0410-98c8-828840a80ff6
* commit before joe fucks shitjhunkeler2009-12-265-18/+18
| | | | git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@401 c5b2fb0a-d05d-0410-98c8-828840a80ff6
* Debugging was incomplete. Apparently I forgot to double-check to makejhunkeler2009-12-251-0/+65
| | | | | | | | | | | | | | | | certain that arrays and objects were being parsed out in the correct fashion. That has been fixed, so decho will properly insert both types into the message stack. logQueueFlush can now be forced to operate if debugging is disabled globally Example: logQueueFlush(FORCE); The inital commit of the download module has been added. It works, but the MySQL back-end needs to be beefed up with more file information. git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@399 c5b2fb0a-d05d-0410-98c8-828840a80ff6
* (OC) fixed some display stuff for the debug consolejhunkeler2009-12-242-5/+4
| | | | git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@398 c5b2fb0a-d05d-0410-98c8-828840a80ff6
* (OC) started edit newsjhunkeler2009-12-222-0/+0
| | | | git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@392 c5b2fb0a-d05d-0410-98c8-828840a80ff6
* (OC) added some jQuery stuff. Working dragable ui for newsreeljhunkeler2009-12-211-3/+3
| | | | git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@389 c5b2fb0a-d05d-0410-98c8-828840a80ff6
* Used the 'file' function to work around an 'include' limitation.jhunkeler2009-12-211-8/+10
| | | | | | | | | Regular expressions extract the IP/Port and display them separately. Some horizontal alignment code needs to be added. git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@387 c5b2fb0a-d05d-0410-98c8-828840a80ff6
* added working login script and announcment blockjhunkeler2009-12-211-7/+8
| | | | git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@386 c5b2fb0a-d05d-0410-98c8-828840a80ff6
* Added page list ability, but need clarification on how we are accessingjhunkeler2009-12-201-0/+32
| | | | | | | | pages versus articles. git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@385 c5b2fb0a-d05d-0410-98c8-828840a80ff6
* Test.jhunkeler2009-12-2049-0/+1608
git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@376 c5b2fb0a-d05d-0410-98c8-828840a80ff6