summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* HTML5 and jQueryrandomdan2011-11-22
|
* Finally sort the stupid names problem in the XML lib and remove xmlMemCache ↵randomdan2011-10-25
| | | | for flawed from day one
* Slash XML bloat with parameters and remove a pointlessrandomdan2011-08-26
|
* Don't use parameters in sqlCheck anymore... just like sqlTask yesterdayrandomdan2011-08-12
|
* Use the new dynamic sql builder to build sqlTask's SQL and bind its ↵randomdan2011-08-12
| | | | parameters from a more user friendly source
* Slightly better regex for change logs, drops some, does much better job with ↵randomdan2011-08-09
| | | | others
* Download new bug statusesrandomdan2011-08-08
|
* Fix target table namerandomdan2011-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]randomdan2011-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 flagsrandomdan2011-07-26
|
* Minor style tweak to make more room for tabsrandomdan2011-07-26
|
* Don't blindly mark everything as cached... mark them cached when they've ↵randomdan2011-07-22
| | | | been processed
* Add another order by clause to stop random repition of package descriptionsrandomdan2011-07-21
|
* Fix the cases when masks contain a full month namerandomdan2011-07-19
|
* Show descriptions for packages that occur on many sync daysrandomdan2011-07-18
|
* Undoing accident commitrandomdan2011-07-15
|
* Automatic sort the order of the MailParts to make life carefree and fix the ↵randomdan2011-07-15
| | | | order of HTML/plain text alternatives
* 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
|
* Escape literal regex correctlyrandomdan2011-05-16
|
* Fix typo in js includerandomdan2011-04-12
|
* Minor style and text fixesrandomdan2011-03-31
| | | | Move JSs into their own files
* Use unmangled FTS on bug searchrandomdan2011-03-31
|
* Use namedpackages function and GIN index to speed up bug associationrandomdan2011-03-31
|
* 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
|
* Override the default timeout when importing bugsrandomdan2011-03-02
|
* 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
* Finally convert ytfs to use boost stuff (untested, but it does build)randomdan2011-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 ↵randomdan2011-02-22
| | | | config files
* Rename rowsets so they are uniquerandomdan2011-02-22
|
* Tidy up some HTML, add extra content from metadata.xml filesrandomdan2011-02-22
|
* Fix a few odds and endsrandomdan2011-02-21
|
* 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
* Merge urlRows' and xslRows' CURL code into a common more fully featured ↵randomdan2011-02-17
| | | | (proxies, user agents, etc) base class; curlHelper
* Import runs on localhost only, everything uses the native postgresql driverrandomdan2011-02-13
|
* Read bugid as a numberrandomdan2011-02-11
|
* Correct username in DB propertiesrandomdan2011-02-11
|
* Move regexen now it's a variablerandomdan2011-02-11
|
* 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
* Fix the build system to do dependencies properlyrandomdan2011-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 emailsrandomdan2011-02-04
|
* Only include the track/untrack JS when a user is logged inrandomdan2011-02-03
|
* Use xsl rows for getting bug datarandomdan2011-02-03
|
* Fix sendmail task to contain the to parameterrandomdan2011-02-03
|
* 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