summaryrefslogtreecommitdiff
path: root/gentoobrowse/present
Commit message (Collapse)AuthorAge
* Minor improvements to the HTML output when logged ingentoobrowse-1.0.3Dan Goodliffe2015-05-21
|
* Fix up some RSS odds and ends, thanks validatorrandomdan2013-08-19
|
* Allow specifying a custom date format in an XML presenter declaration, used ↵randomdan2013-08-19
| | | | to correct the date format used in GB RSS feeds
* Fix new ebuilds today counter on the homepagerandomdan2013-03-09
|
* New bootstrapped GentooBrowse siterandomdan2013-02-23
|
* Add a sitemaprandomdan2012-03-17
|
* Create 404s when row sets optionally don't return rowsrandomdan2012-03-15
|
* Minor fixes and add pages for browsing by USE flagrandomdan2012-03-13
|
* 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
* Split check and test functionality... if and check now take tests as ↵randomdan2011-12-20
| | | | children, adds all, any, none and not as building blocks
* HTML5 and jQueryrandomdan2011-11-22
|
* Slash XML bloat with parameters and remove a pointlessrandomdan2011-08-26
|
* All new dynamic transformations and processing and tidyup and stuffrandomdan2011-07-14
|
* 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
* Tidy up some HTML, add extra content from metadata.xml filesrandomdan2011-02-22
|
* Don't require the (probably repeated) inclusion of datasource definitions, ↵randomdan2011-02-18
| | | | | | | have CommonObjects load them once on demand Fix rdbmsDataSource closing transactions it didn't open Change XML to match the above changes
* Allow searching for bugs as well as packagesrandomdan2011-02-10
|
* Add a common collection of data containing the poweredBy folk and replace ↵randomdan2011-02-10
| | | | the hardcoded bit from the template with data from there
* Add missing conversion in generic visitorrandomdan2011-02-03
| | | | | | | | | Whole new improved variable system (does drop VariableParse, no longer required) Add option to count, but not include, blank lines in proc and file rows File file rows to open files, not execute them Fix to ODBC API with strings that don't use the whole buffer XML changes to site to use new variable system Changes to GB importer to use FS rows and new SQL merge now that it's a) tested and b) variable parse has gone
* Return HTTP 500 on errorrandomdan2010-12-16
| | | | Use AJAX to track and untrack packages
* All new fangled iterators, views, row engines, exceptions, the list goes onrandomdan2010-12-14
| | | | Includes site and console updates to match
* Switch to XHTML Strictrandomdan2010-11-27
|
* Add most popular tracked packages pagerandomdan2010-11-25
|
* Support form field autofocus and autofocus the search criteria boxrandomdan2010-11-06
|
* Tidy up bugimport as xsltproc can do the remote get itself and disable DTD checkrandomdan2010-10-29
| | | | | Add Google tracking doobry Connect to DB as user apache for web stuff
* Split the browse stylesheet into it's component parts, add some SEO stuffrandomdan2010-09-29
|
* Check user is logged in before presenting account pagesrandomdan2010-07-30
| | | | Provide a list of currently tracked packages
* Allow users to track specific packages of their choicerandomdan2010-07-29
| | | | | | Highlight them on the home page Change the atom feed to only show these packages Minor tweaks to work with changes for default values
* Add signup and email confirmationrandomdan2010-07-11
|
* Make form a shared stylesheet and use it for the search toorandomdan2010-07-02
|
* Implement login and logout and generic formsrandomdan2010-07-01
|
* Use cgicc, add checks, tasks, dynamic loader, atom feed, login pagerandomdan2010-06-18
|
* Add package page using subqueriesrandomdan2010-06-11
| | | | Minor HTML and CSS fixes
* Use Glib::ustring in libodbcpp for data and std::string for non-datarandomdan2010-06-11
| | | | | Add support for parameters in SqlViews Uses parameters to implement category browse and search
* Add top level browse pagerandomdan2010-06-10
|
* Port of gentoobrowse to project, WIPrandomdan2010-06-09