operate as expected. The first is the location of the build directory.
The second is the depth of the current working directory relative to the
source directory. (where source directory there may need to be described
as object directory, ...)
symbol push) to ensure that any XForms symbols are included in the push and
can be used in Talkback reports that include XForms stack information.
Make use of a new config variable, LocaleProduct, which is set to either
mail or browser at this point. It is used to determine the directories
in which to run the locale builds in packit_l10n().
- make configs consistant (app_url and app_path weren't making sense)
- move includes out of /app since it's used by more than just /app
- documentation on contrib classes needed
- implement templating engine
- fix spacing through all code
- some css changes to improve our looks (slightly)
- escape login variables
- Custom Column Queries
- Fix Pagination when using custom queries, or aggregate view
- Only query for total records if we the data set is full (>= $_GET['show']). Pointless to figure how how many pages when we know we don't fill the first.
- truncate all columns at 100 characters in query view so pages don't span to far
- truncate all url's in report view over 100 chars in length
- Statistics (initial landing)
- Don't use cache-control to prevent slowness (bug 296670)
- Slightly revised css theming
- Add schema
- Rename config to config-default
- don't show date on agregate view (pointless)
- default sort of agregate by number of reports
- correct typo on deciding if agregate checkbox should be checked
- other small fixes
No bug, not part of build
- Only show commented SQL on debug mode\r
- Sub order to prevent dyslexic reloads\r
- rawurlencode values to prevent loss of data (in particular product Identifiers)\r
- don't allow sorting by report ID because it's pointless\r
No bug, not part of build
searched for (via internal glob) that the log shows was intended to be
reversed in revision 1.293. With 1.293, building Thunderbird (aviary1.0.1
+ trunk) got an orange testfailed build result.
This revision fixes a bug introduced in 1.293 that removed the globbing.
With this change I can now build Thunderbird on crazyhorse and get green.
(cmp)
- Enabled abillity to drill down and for agregate query
- default to DESC when viewing results (makes more sense since that's what people expect).
Not part of build. No bug.
* Add initial work to save build directories after the build is complete.
* Add more diagnostic messages to track build's progress.
* Bug fix for startup performance tests on Windows platforms.
* More fixes for CodesizeManifest tests.
(cmp)