summaryrefslogtreecommitdiff
path: root/gentoobrowse/xslt
Commit message (Collapse)AuthorAge
* Add support for aggregates in row viewsrandomdan2012-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
* Groundwork for common presenter layerrandomdan2011-11-28
|
* Minor fixes and much improved .htaccess rules (fixes issues with .s in requests)randomdan2011-11-28
|
* Remove the need to implement loadComplete which is empty in most casesrandomdan2011-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 jQueryrandomdan2011-11-22
|
* Show descriptions for packages that occur on many sync daysrandomdan2011-07-18
|
* All new dynamic transformations and processing and tidyup and stuffrandomdan2011-07-14
|
* Add missing names to tasksrandomdan2011-07-13
| | | | Fix missing description on last packge of homepage
* Fix some JS, better descriptionrandomdan2011-07-07
|
* Improved home pagerandomdan2011-07-07
|
* Fix typo in js includerandomdan2011-04-12
|
* Minor style and text fixesrandomdan2011-03-31
| | | | Move JSs into their own files
* Show form submission errors in the form boxrandomdan2011-03-10
|
* Allow specifying all sorts of previously hardcoded things, most importantly ↵randomdan2011-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.xsltrandomdan2011-03-08
|
* Build a common base for loading p2 xml scripts with proper error checkingrandomdan2011-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
* Move stuff round to tidy it up and add HTTP permissions to deny access to P2 ↵randomdan2011-02-22
config files