Switch the 'modify' code of admin/field.php to use templates
[bugdar.git] / attachment.php
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-16 Robert SesekUpdates for everything done to class_logging.php
2008-09-06 Robert SesekChange API->delete() to remove()
2008-09-01 Robert SesekPHP5-ing and refactoring class_notification.php
2008-08-23 Robert SesekUpdated attachment.php to work, sans NotificationCenter
2008-08-23 Robert SesekRemove includes/class_api_error.php and all of the...
2008-08-23 Robert SesekReplace *API($bugsys) with API()
2008-08-22 Robert SesekChanging BSApi->objdata[] to BSApi->record[]
2008-08-18 Robert SesekChange $bugsys->in[] to $input->in[]
2008-06-26 Robert SesekChange $bugsys->debug to BSApp::debug
2008-06-26 Robert SesekChange $db->query_first to $db->queryFirst
2008-06-26 Robert SesekChange $bugsys->input_clean to $input->inputClean
2008-06-26 Robert SesekClean up $funct->*() to BSFunctions::*()
2008-06-26 Robert SesekChange while($o = $db->fetch_array($r)) to foreach...
2008-06-25 Robert SesekChange the big three $bugsys arrays to be a bugdar...
2008-03-21 Robert Sesekr1608: Merging r1607 from trunk
2008-03-21 Robert Sesekr1607: Updating all the language strings to use T(...
2007-07-19 Robert Sesekr1582: We no longer can trust the tag variable substitu...
2007-02-16 Robert Sesekr1416: Cleaned up and refactored the MessageReporter...
2006-11-08 Robert Sesekr1274: We can now remove attachments from the database...
2006-10-01 Robert Sesekr1219: By using a L_INVALID_ID constant, we can blow...
2006-09-16 Robert Sesekr1146: Swich from one todo mark to another
2006-09-09 Robert Sesekr1138: Changed array casting to be is_array()
2006-08-20 Robert Sesekr1107: It helps if you get the name of the permissions...
2006-08-20 Robert Sesekr1105: Major update of permission checking
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-24 Robert Sesekr941: Making lots of changes to cope with the renaming...
2006-07-16 Robert Sesekr887: Removing all the annoying calls to intval() in...
2006-06-24 Robert Sesekr868: We now actually send emails out. This means that...
2006-06-04 Robert Sesekr865: Finished notifications for new attachments
2006-05-20 Robert Sesekr842: - Implementing API_Error_Handler::user_cumulative()
2006-05-20 Robert Sesekr833: - Changing the attachment.attachment type to...
2006-05-20 Robert Sesekr832: Attachments are now handled using the API
2006-03-30 Robert Sesekr765: Say hello to the GPL
2006-01-15 Robert Sesekr731: Only show description for obsoletes if it exists
2006-01-15 Robert Sesekr727: Only get the file data if we don't have errors...
2006-01-15 Robert Sesekr726: Add max packet testing
2006-01-15 Robert Sesekr721: Unwanted and unwonted conversions
2006-01-15 Robert Sesekr720: Error box implementation
2006-01-15 Robert Sesekr717: Description is no longer required
2006-01-15 Robert Sesekr714: OKAY, this is the last of the TABLE_PREFIX bugs
2005-12-22 Robert Sesekr665: Renaming product from "BugStrike" to "Bugdar"
2005-10-10 Robert Sesekr532: - Removing NULL 2nd parameter from can_perform()
2005-10-10 Robert Sesekr527: Base new permission checks
2005-10-09 Robert Sesekr514: - Now three different ID's that can be logged...
2005-10-09 Robert Sesekr513: You can no longer delete attachments
2005-10-04 Robert Sesekr490: Removing unneeded logging calls
2005-10-04 Robert Sesekr489: Cleaning up the logging system to work a little...
2005-09-24 Robert Sesekr433: Merging the locale-change branch onto trunk;...
2005-09-21 Robert Sesekr393: Localizations
2005-09-21 Robert Sesekr391: Converting some "bad x" messages
2005-09-21 Robert Sesekr390: Registering language data
2005-08-25 Robert Sesekr373: Register language phrases
2005-07-10 Robert Sesekr304: Added tab navigation system.
2005-07-10 Robert Sesekr303: Added SVN constant to user files; now ISSO debug...
2005-07-10 Robert Sesekr298: - Removed datelike() [includes/functions.php]
2005-05-21 Robert Sesekr176: Switching to the Message_Reporter::redirect(...
2005-05-21 Robert Sesekr173: Renaming the error reporting stuff so it can...
2005-05-21 Robert Sesekr172: Removing from our echo; exit; error reporting...
2005-05-19 Robert Sesekr159: - Finished all of that logging stuff
2005-05-18 Robert Sesekr157: Checking in sudo-working logging code
2005-05-15 Robert Sesekr146: Only mark and log obsoletes if we have them....
2005-05-15 Robert Sesekr145: - Added logging mechanism to files
2005-05-14 Robert Sesekr136: Completed attachment uploading stuff:
2005-05-14 Robert Sesekr134: - Fixed a problem where the bug fetcher would...
2005-05-14 Robert Sesekr124: We no longer need the ob_start() at the top of...
2005-05-14 Robert Sesekr123: Attachment viewing code has been moved to viewatt...
2005-05-13 Robert Sesekr122: Initial code for attachment system. Currently...