Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fix date format | randomdan | 2012-03-17 | |
| | ||||
* | Add a sitemap | randomdan | 2012-03-17 | |
| | ||||
* | Create 404s when row sets optionally don't return rows | randomdan | 2012-03-15 | |
| | ||||
* | Minor fixes and add pages for browsing by USE flag | randomdan | 2012-03-13 | |
| | ||||
* | Fix xsl paths for new output | randomdan | 2012-02-19 | |
| | ||||
* | Finer control over output to presenters, addresses issues with JSON output ↵ | randomdan | 2012-02-17 | |
| | | | | | | and makes some other bits more sensible Tweaks to XSLT as some things have moved | |||
* | Add support for aggregates in row views | randomdan | 2012-01-31 | |
| | | | | | | Add a few aggregates implementations (min, max, distinct) Use distinct to get the GB homepage in a single DB trip Fix lessthan operation on variable types to be the right way round as it now matters | |||
* | Fixes for recents changes | randomdan | 2012-01-03 | |
| | ||||
* | Allowing specification of output encoding | randomdan | 2012-01-03 | |
| | ||||
* | Pluggable file system row filters | randomdan | 2011-12-20 | |
| | | | | | | fsrows now uses the proper variable instantiation methods files module now includes a precompiled header Supporting script changes | |||
* | Split check and test functionality... if and check now take tests as ↵ | randomdan | 2011-12-20 | |
| | | | | children, adds all, any, none and not as building blocks | |||
* | Pluggable script engines | randomdan | 2011-12-14 | |
| | | | | | | XML script parser moved to XML module Script parsing object multiple instantiation bug fix Scripts changed to match new standardized format and layout | |||
* | Drop Boost::program_options in favour of our own, pluggable system which ↵ | randomdan | 2011-12-08 | |
| | | | | integrates application platforms properly | |||
* | Groundwork for common presenter layer | randomdan | 2011-11-28 | |
| | ||||
* | Minor fixes and much improved .htaccess rules (fixes issues with .s in requests) | randomdan | 2011-11-28 | |
| | ||||
* | Remove the need to implement loadComplete which is empty in most cases | randomdan | 2011-11-25 | |
| | | | | | Restructure presenters in layers based on features allowing for simpler cache implementations Minor XSLT changes to support new layout from presentation which is more consistent | |||
* | HTML5 and jQuery | randomdan | 2011-11-22 | |
| | ||||
* | Finally sort the stupid names problem in the XML lib and remove xmlMemCache ↵ | randomdan | 2011-10-25 | |
| | | | | for flawed from day one | |||
* | Slash XML bloat with parameters and remove a pointless | randomdan | 2011-08-26 | |
| | ||||
* | Don't use parameters in sqlCheck anymore... just like sqlTask yesterday | randomdan | 2011-08-12 | |
| | ||||
* | Use the new dynamic sql builder to build sqlTask's SQL and bind its ↵ | randomdan | 2011-08-12 | |
| | | | | parameters from a more user friendly source | |||
* | Slightly better regex for change logs, drops some, does much better job with ↵ | randomdan | 2011-08-09 | |
| | | | | others | |||
* | Download new bug statuses | randomdan | 2011-08-08 | |
| | ||||
* | Fix target table name | randomdan | 2011-08-08 | |
| | | | | | | Fix rowset name Fix metadata SQL Use PG pipe, not socket | |||
* | Half decent error handling in scripts with project2:handler[try/catch/finally] | randomdan | 2011-07-28 | |
| | | | | | | | Component to validate a date string Merge some code (fixes sqlmerge missing attachments to ifs) Minor fixes New changelog importer in GB | |||
* | Scripts for licenses and use flags | randomdan | 2011-07-26 | |
| | ||||
* | Minor style tweak to make more room for tabs | randomdan | 2011-07-26 | |
| | ||||
* | Don't blindly mark everything as cached... mark them cached when they've ↵ | randomdan | 2011-07-22 | |
| | | | | been processed | |||
* | Add another order by clause to stop random repition of package descriptions | randomdan | 2011-07-21 | |
| | ||||
* | Fix the cases when masks contain a full month name | randomdan | 2011-07-19 | |
| | ||||
* | Show descriptions for packages that occur on many sync days | randomdan | 2011-07-18 | |
| | ||||
* | Undoing accident commit | randomdan | 2011-07-15 | |
| | ||||
* | Automatic sort the order of the MailParts to make life carefree and fix the ↵ | randomdan | 2011-07-15 | |
| | | | | order of HTML/plain text alternatives | |||
* | All new dynamic transformations and processing and tidyup and stuff | randomdan | 2011-07-14 | |
| | ||||
* | Add missing names to tasks | randomdan | 2011-07-13 | |
| | | | | Fix missing description on last packge of homepage | |||
* | Fix some JS, better description | randomdan | 2011-07-07 | |
| | ||||
* | Improved home page | randomdan | 2011-07-07 | |
| | ||||
* | Escape literal regex correctly | randomdan | 2011-05-16 | |
| | ||||
* | Fix typo in js include | randomdan | 2011-04-12 | |
| | ||||
* | Minor style and text fixes | randomdan | 2011-03-31 | |
| | | | | Move JSs into their own files | |||
* | Use unmangled FTS on bug search | randomdan | 2011-03-31 | |
| | ||||
* | Use namedpackages function and GIN index to speed up bug association | randomdan | 2011-03-31 | |
| | ||||
* | Show form submission errors in the form box | randomdan | 2011-03-10 | |
| | ||||
* | Allow specifying all sorts of previously hardcoded things, most importantly ↵ | randomdan | 2011-03-09 | |
| | | | | | | | paths Rework the CGI stage structure to support custom presentations in the event of errors Changes to the Jamfile to ensure each component is complete in itself | |||
* | Fix style to not override the default one in base.xslt | randomdan | 2011-03-08 | |
| | ||||
* | Override the default timeout when importing bugs | randomdan | 2011-03-02 | |
| | ||||
* | Build a common base for loading p2 xml scripts with proper error checking | randomdan | 2011-02-25 | |
| | | | | | | Extend cgiAppEngine to be able to return data documents specifying an error (requires Apache 2.2.16 and to have filter-errordocs set) Allow cgi requests to return a default document, suitable for 'yes, I did that' type responses Updates to GentooBrowse to use these features | |||
* | Finally convert ytfs to use boost stuff (untested, but it does build) | randomdan | 2011-02-23 | |
| | | | | Finally bin all the old build process drivel | |||
* | Move stuff round to tidy it up and add HTTP permissions to deny access to P2 ↵ | randomdan | 2011-02-22 | |
| | | | | config files | |||
* | Rename rowsets so they are unique | randomdan | 2011-02-22 | |
| |