r494: Changed construct_user_display() to use a template
[bugdar.git] / includes /
2005-10-08 Robert Sesekr494: Changed construct_user_display() to use a template
2005-10-04 Robert Sesekr493: Make sure to intval() the perpage setting
2005-10-04 Robert Sesekr492: Merge r491 onto trunk
2005-10-04 Robert Sesekr489: Cleaning up the logging system to work a little...
2005-09-24 Robert Sesekr447: strings++
2005-09-24 Robert Sesekr445: - added trackerurl setting
2005-09-24 Robert Sesekr441: Get pcv from datastore; queries -= 2
2005-09-24 Robert Sesekr440: Add comment re: grep
2005-09-24 Robert Sesekr439: - fixed an error in build_language_cache()
2005-09-24 Robert Sesekr438: - change "phrase" to "string"
2005-09-24 Robert Sesekr437: Moving strings XML file to includes/strings
2005-09-24 Robert Sesekr436: Only use E_USER_WARNING so they can fix the issue...
2005-09-24 Robert Sesekr435: - added build_language_cache() to cache the XML...
2005-09-24 Robert Sesekr434: Remove class_xml_language.php
2005-09-24 Robert Sesekr433: Merging the locale-change branch onto trunk;...
2005-08-25 Robert Sesekr384: More localizations
2005-08-25 Robert Sesekr383: defineD
2005-08-25 Robert Sesekr382: Debug mode for special localization process
2005-08-25 Robert Sesekr377: Added support for registered phrases
2005-08-24 Robert Sesekr371: Include backtrace info
2005-08-24 Robert Sesekr370: Added temporary registration system
2005-08-22 Robert Sesekr358: Set limits different in fetch_limit() under certa...
2005-08-22 Robert Sesekr357: Completed pagination system
2005-08-22 Robert Sesekr356: Pagination engine works
2005-08-21 Robert Sesekr352: We do use the email system!
2005-08-17 Robert Sesekr344: Finished errors and notices
2005-08-17 Robert Sesekr342: - now have a miniblock template base
2005-08-01 Robert Sesekr338: Define the microtime start constant
2005-08-01 Robert Sesekr333: - Finished styling search templates
2005-07-25 Robert Sesekr325: - All custom field data in showreport.php is...
2005-07-15 Robert Sesekr321: Only query the user table if there is a user...
2005-07-11 Robert Sesekr311: Added stylevar system.
2005-07-10 Robert Sesekr307: Unloaded the mail sending framework.
2005-07-10 Robert Sesekr304: Added tab navigation system.
2005-07-10 Robert Sesekr300: Globalize key element templates.
2005-07-10 Robert Sesekr299: Fixed the dateformat setting; it had the wrong...
2005-07-10 Robert Sesekr298: - Removed datelike() [includes/functions.php]
2005-07-10 Robert Sesekr297: Switching to new date formatting system; fixes...
2005-07-10 Robert Sesekr282: - created includes/class_xml_language.php which...
2005-06-26 Robert Sesekr270: - Initial SVN for autoaction.php
2005-06-10 Robert Sesekr265: Unloading more language tasks from includes/init...
2005-06-10 Robert Sesekr264: Fixed three parse errors that we probably would...
2005-06-10 Robert Sesekr259: Switching from phrase() to lang::p()
2005-06-10 Robert Sesekr258: Switching to the new class_language.php phrase...
2005-06-08 Robert Sesekr256: Logs now work with the new custom fields system...
2005-06-08 Robert Sesekr252: Making it so that custom bug fields work better...
2005-06-08 Robert Sesekr251: If you set it as the blank option, it should...
2005-06-08 Robert Sesekr250: Fixed issues regarding the select_single type...
2005-06-07 Robert Sesekr245: - construct_datastore_select() [includes/function...
2005-06-06 Robert Sesekr239: Most of the custom bug field permissions are...
2005-06-06 Robert Sesekr238: Don't make the list row a jump by default.
2005-06-06 Robert Sesekr236: Using a UNION ALL for the locale and phrase fetch...
2005-06-05 Robert Sesekr235: No more custom textareas!
2005-06-05 Robert Sesekr233: Removing template sets. Part 3 of 3 in a multi...
2005-06-02 Robert Sesekr228: Removed the textarea bug field type.
2005-06-01 Robert Sesekr225: Only insert custom fields if we have fields to...
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-29 Robert Sesekr203: - Custom field `select_single` now is stored...
2005-05-28 Robert Sesekr200: - Show edit fields on editreport.php and editrepo...
2005-05-24 Robert Sesekr199: Completed the backend creation of the fields...
2005-05-23 Robert Sesekr197: Changing the datastore foreach() loops that we...
2005-05-22 Robert Sesekr190: Only show the navigation bar if we have a valid...
2005-05-22 Robert Sesekr189: Added support to page_start() so we don't double...
2005-05-21 Robert Sesekr184: Added Message_Reporter::message() backend
2005-05-21 Robert Sesekr183: Change the way header redirects are handled
2005-05-21 Robert Sesekr182: Changed $this->useRheaders to $this->useheaders
2005-05-21 Robert Sesekr178: Out of all the files I changed throw() to error...
2005-05-21 Robert Sesekr175: Adding Message_Reporter::redirect() backend
2005-05-21 Robert Sesekr174: Renamed includes/class_error.php to includes...
2005-05-21 Robert Sesekr173: Renaming the error reporting stuff so it can...
2005-05-21 Robert Sesekr171: Instead of triggering errors in Error::construct...
2005-05-21 Robert Sesekr170: - Error reporting backend now in place
2005-05-20 Robert Sesekr169: Checking in the non-working class_error.php file
2005-05-20 Robert Sesekr166: - Created new setting $bugsys->options['defaultco...
2005-05-20 Robert Sesekr162: - Changed admin cookie life to be 3600 (1 hour)
2005-05-20 Robert Sesekr161: - Show descriptions on PCV select
2005-05-20 Robert Sesekr160: Create a clickable link to the tracker home in...
2005-05-19 Robert Sesekr159: - Finished all of that logging stuff
2005-05-15 Robert Sesekr156: FINALLY have the kinks worked out of log_action...
2005-05-15 Robert Sesekr155: Changed the conditions under which we break under...
2005-05-15 Robert Sesekr152: Only do diff if both changes are not empty in...
2005-05-15 Robert Sesekr150: Updated logging system to have one entry per...
2005-05-15 Robert Sesekr145: - Added logging mechanism to files
2005-05-15 Robert Sesekr143: - s /error('-1')/error(phrase('error_invalid_id...
2005-05-15 Robert Sesekr142: Added the backbone for bug history logging
2005-05-14 Robert Sesekr131: Trigger an error if can_perform() is passed an...
2005-05-14 Robert Sesekr126: If $location['path'] is empty in Admin::page_star...
2005-05-12 Robert Sesekr116: Removed the option about JS pcv selection
2005-05-12 Robert Sesekr112: Select the current script for us in the navigatio...
2005-05-11 Robert Sesekr108: - Added blank admin/index.php file
2005-05-11 Robert Sesekr107: Moved template loading out of includes/init.php...
2005-05-11 Robert Sesekr106: Fixed a parse error in config.php.new; forgot...
2005-05-11 Robert Sesekr105: Added some kind of navigation.. no idea if it...
2005-05-11 Robert Sesekr104: Removed the instances of mysetcookie()
2005-05-07 Robert Sesekr96: Added CANEDITATTACH permission.
2005-05-07 Robert Sesekr95: Fixed problem where $rowclass should be $row_class...
2005-05-05 Robert Sesekr91: Fixed issues with background class in Admin::row_t...
2005-05-05 Robert Sesekr88: Fixed: Fatal error: Call to a member function...
next