Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | Tidy up some HTML, add extra content from metadata.xml files | randomdan | 2011-02-22 | |
| | ||||
* | Fix a few odds and ends | randomdan | 2011-02-21 | |
| | ||||
* | Don't require the (probably repeated) inclusion of datasource definitions, ↵ | randomdan | 2011-02-18 | |
| | | | | | | | have CommonObjects load them once on demand Fix rdbmsDataSource closing transactions it didn't open Change XML to match the above changes | |||
* | Merge urlRows' and xslRows' CURL code into a common more fully featured ↵ | randomdan | 2011-02-17 | |
| | | | | (proxies, user agents, etc) base class; curlHelper | |||
* | Import runs on localhost only, everything uses the native postgresql driver | randomdan | 2011-02-13 | |
| | ||||
* | Read bugid as a number | randomdan | 2011-02-11 | |
| | ||||
* | Correct username in DB properties | randomdan | 2011-02-11 | |
| | ||||
* | Move regexen now it's a variable | randomdan | 2011-02-11 | |
| | ||||
* | Allow searching for bugs as well as packages | randomdan | 2011-02-10 | |
| | ||||
* | Add a common collection of data containing the poweredBy folk and replace ↵ | randomdan | 2011-02-10 | |
| | | | | the hardcoded bit from the template with data from there | |||
* | Fix the build system to do dependencies properly | randomdan | 2011-02-09 | |
| | | | | | | | | Break down libodbcpp into a set of base classes; libdbpp Add a native PostgreSQL implementation of libdbpp; libpqpp Extend project2 rdbms stuff to work with generic connectors Update datasources to specify connector type Build libmisc as .so | |||
* | Use nice 'from' addresses in emails | randomdan | 2011-02-04 | |
| | ||||
* | Only include the track/untrack JS when a user is logged in | randomdan | 2011-02-03 | |
| | ||||
* | Use xsl rows for getting bug data | randomdan | 2011-02-03 | |
| | ||||
* | Fix sendmail task to contain the to parameter | randomdan | 2011-02-03 | |
| | ||||
* | Add missing conversion in generic visitor | randomdan | 2011-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 | |||
* | Remove compose functions on column data and add a handle function for type ↵ | randomdan | 2011-02-02 | |
| | | | | | | | safe data passing Use new handle function to get type safe data from ODBC Add a datetime option to variables | |||
* | Remove hacks in bug import XSLT that made it work with a buggy version of ↵ | randomdan | 2011-01-26 | |
| | | | | fileRows | |||
* | Centralise the ICE splicer | randomdan | 2011-01-24 | |
| | ||||
* | Migrate to mod_filter | randomdan | 2011-01-17 | |
| | ||||
* | Specify schema search path | randomdan | 2011-01-06 | |
| | ||||
* | Return HTTP 500 on error | randomdan | 2010-12-16 | |
| | | | | Use AJAX to track and untrack packages | |||
* | Only URL like URLs | randomdan | 2010-12-14 | |
| | | | | | Update package masks after import Delete file never executed | |||
* | All new fangled iterators, views, row engines, exceptions, the list goes on | randomdan | 2010-12-14 | |
| | | | | Includes site and console updates to match | |||
* | Switch to XHTML Strict | randomdan | 2010-11-27 | |
| | ||||
* | Add most popular tracked packages page | randomdan | 2010-11-25 | |
| | ||||
* | Tidy up jam stuff | randomdan | 2010-11-23 | |
| | ||||
* | Fix the order of change log entries submitted on the same day | randomdan | 2010-11-14 | |
| |