Disable MySQL strict mode so that errors do not occur if the server has it set. Fixes...
[bugdar.git] / includes / init.php
2009-02-03 Robert SesekDisable MySQL strict mode so that errors do not occur...
2009-01-08 Robert SesekHappy 2009! Updating copyright years.
2008-09-17 Robert SesekSquash-merging the ISSO3 branch back onto master
2008-09-17 Robert Sesek- Update the copyright notices to use the correct year...
2008-09-17 Robert SesekRemoving uses of $bugsys
2008-08-23 Robert SesekGetting newreport.php to work, sans notifications
2008-06-25 Robert SesekChange the big three $bugsys arrays to be a bugdar...
2008-06-25 Robert SesekFixing an $funct issue and do not load Mail in init.php
2008-06-25 Robert SesekUpdating the auth/ system to ISSO3
2008-06-25 Robert Sesekinit.php is now largely upgraded
2008-06-10 Robert SesekLoad ISSO3 support alongside ISSO2
2008-03-24 Robert Sesekr1613: Merging r1611 and r1612 from the 1.2.x branch...
2008-03-21 Robert Sesekr1609: Merging the changelog from r1608 from the 1...
2008-03-21 Robert Sesekr1608: Merging r1607 from trunk
2008-03-21 Robert Sesekr1607: Updating all the language strings to use T(...
2007-08-04 Robert Sesekr1597: Adding custom columns to the bug listing display...
2007-07-19 Robert Sesekr1582: We no longer can trust the tag variable substitu...
2007-07-08 Robert Sesekr1568: We now properly tell MySQL to use utf8 and...
2007-07-05 Robert Sesekr1566: Fixed an issue where header names weren't transl...
2007-03-27 Robert Sesekr1521: We need to move up the loading of includes/langu...
2007-03-18 Robert Sesekr1485: - Adding base support for multiple user groups...
2007-03-13 Robert Sesekr1462: Fix the tag from "verson" to "version"
2007-03-05 Robert Sesekr1430: Move up the loading of the permissions file...
2007-02-27 Robert Sesekr1426: When using USE_DEFAULT_AUTH_METHOD, we don't...
2007-02-27 Robert Sesekr1425: - The new vBulletin authentication API now works
2007-02-26 Robert Sesekr1420: More work on the authentication system:
2007-02-03 Robert Sesekr1387: Merging the upgrade script from the 1.1.x branch...
2006-12-29 Robert Sesekr1376: Merging changes from r1375 back to trunk from...
2006-12-10 Robert Sesekr1351: - Column options are now stored right for the...
2006-12-09 Robert Sesekr1338: Incomplete JavaScript implementation of column...
2006-11-11 Robert Sesekr1283: Upgrading the initilization code to use the...
2006-10-11 Robert Sesekr1240: Working to get a lot of templates fixed for...
2006-10-01 Robert Sesekr1222: We actually *can't* blow off loading Localize...
2006-10-01 Robert Sesekr1219: By using a L_INVALID_ID constant, we can blow...
2006-09-17 Robert Sesekr1169: Unset bad cookies
2006-09-16 Robert Sesekr1141: The HTML lang attribs weren't being populated...
2006-08-18 Robert Sesekr1080: Now gettext works now that we set the proper...
2006-08-18 Robert Sesekr1062: Okay. Domain isn't the right word. So I'll chang...
2006-08-18 Robert Sesekr1061: Gettext should work now.
2006-08-18 Robert Sesekr1056: - Dropping language.filepath
2006-08-18 Robert Sesekr1052: Remove the localization table and the XML string...
2006-08-17 Robert Sesekr1048: Converting all $lang->string() stuff to use...
2006-07-26 Robert Sesekr972: Rebranding from Iris Studios to Blue Static
2006-07-26 Robert Sesekr962: Whitespace OCD
2006-07-26 Robert Sesekr961: We don't need to run exec_sanitize_data() any...
2006-07-22 Robert Sesekr922: - Adding support for DST
2006-07-22 Robert Sesekr919: Reset the version after we fetch the caches to...
2006-07-16 Robert Sesekr887: Removing all the annoying calls to intval() in...
2006-06-29 Robert Sesekr875: - Add fetch_guest_user()
2006-04-30 Robert Sesekr780: Set apppath
2006-04-29 Robert Sesekr770: We now show an error if the first query to the...
2006-03-30 Robert Sesekr768: Setting `debug` needs to happen after we load...
2006-03-30 Robert Sesekr767: Linking to ISSO2 is done
2006-03-30 Robert Sesekr765: Say hello to the GPL
2006-03-13 Robert Sesekr755: More safety for register_globals
2006-03-13 Robert Sesekr753: Another fix for messy register_globals
2005-12-22 Robert Sesekr665: Renaming product from "BugStrike" to "Bugdar"
2005-12-22 Robert Sesekr654: No longer need fetch_user_display_name() [functio...
2005-12-19 Robert Sesekr622: Dropping the username markup stuff
2005-12-03 Robert Sesekr614: Whitespace OCD
2005-11-25 Robert Sesekr598: Adding language direction attribute to templates
2005-11-16 Robert Sesekr566: Sending nocache headers
2005-10-16 Robert Sesekr560: Moving permissions into their separate file so...
2005-10-10 Robert Sesekr533: - Permission check cleanup
2005-10-09 Robert Sesekr523: Add charset <meta> tag
2005-10-09 Robert Sesekr514: - Now three different ID's that can be logged...
2005-10-09 Robert Sesekr511: Added ability to disable status colouring on...
2005-10-04 Robert Sesekr492: Merge r491 onto trunk
2005-09-24 Robert Sesekr438: - change "phrase" to "string"
2005-09-24 Robert Sesekr433: Merging the locale-change branch onto trunk;...
2005-08-21 Robert Sesekr352: We do use the email system!
2005-08-01 Robert Sesekr338: Define the microtime start constant
2005-07-15 Robert Sesekr321: Only query the user table if there is a user...
2005-07-10 Robert Sesekr307: Unloaded the mail sending framework.
2005-07-10 Robert Sesekr297: Switching to new date formatting system; fixes...
2005-06-10 Robert Sesekr265: Unloading more language tasks from includes/init...
2005-06-10 Robert Sesekr258: Switching to the new class_language.php phrase...
2005-06-06 Robert Sesekr236: Using a UNION ALL for the locale and phrase fetch...
2005-05-29 Robert Sesekr211: Whitespace OCD
2005-05-29 Robert Sesekr207: s/canviewhiddenbugs/canviewhidden/g
2005-05-29 Robert Sesekr206: Allow bugs to be hidden for security reasons...
2005-05-20 Robert Sesekr162: - Changed admin cookie life to be 3600 (1 hour)
2005-05-15 Robert Sesekr150: Updated logging system to have one entry per...
2005-05-11 Robert Sesekr107: Moved template loading out of includes/init.php...
2005-05-11 Robert Sesekr104: Removed the instances of mysetcookie()
2005-05-07 Robert Sesekr96: Added CANEDITATTACH permission.
2005-05-05 Robert Sesekr76: It'd help if we actually told the data to be clean...
2005-05-04 Robert Sesekr67: - Upping template system to use ISSO
2005-05-04 Robert Sesekr66: Moving all DB stuff to be handled by ISSO. Working...
2005-05-04 Robert Sesekr64: Putting up new file header pre-isso
2005-04-13 Robert Sesekr63: Updated initial copyright year from 2003 to 2002
2005-01-02 Robert Sesekr40: Initial phrasing of Admin CP. Many of the phrases...
2004-12-26 Robert Sesekr33: Named product Renapsus.
2004-12-25 Robert Sesekr32: Preparing for template set system.
2004-12-24 Robert Sesekr21: Changed all bitwise operations to use can_perform...
2004-12-21 Robert Sesekr10: Added PHP version checking to includes/init.php.
2004-12-19 Robert Sesekr2: Changed Environment object to be BugTrack ($env...
2004-12-19 Robert Sesekr1: Initial import from CVS head.