Граф коммитов

25 Коммитов

Автор SHA1 Сообщение Дата
robert%accettura.com 519fee985f Don't do an unnecessary join to count. This should improve performance a little bit. 2006-05-04 20:17:20 +00:00
robert%accettura.com d7c905b798 Better error message handling 2006-04-04 15:05:08 +00:00
robert%accettura.com af95a6c638 remove a debug string I accidentally left in during the last checkin 2006-04-04 14:58:29 +00:00
robert%accettura.com 9e398f9ae4 Comment fixes, some better errors, and slight optimization 2006-04-04 14:33:45 +00:00
robert%accettura.com 0505d9312b The last checkin comment should have been "Some cleanup to query class, as well as fix an issue with continuity params being used incorrectly when displaying a report. Some small optimizations as well. 2006-02-17 03:54:45 +00:00
robert%accettura.com 29d7a84310 Fix product selections on query page 2006-02-17 03:51:21 +00:00
robert%accettura.com caf6823928 Move session headers into iolib headers. Fix some spacing, fix mod rewrite 2006-02-15 04:31:39 +00:00
robert%accettura.com 1556d9b965 Add support for the concept of product Families, update schema to use ANSI SQL, and a typo fix 2006-02-11 20:16:25 +00:00
robert%accettura.com c032746b51 Doh! Remove the last file, and apply the last patch to to fix templates. Ah, that should be better. 2006-01-20 05:21:11 +00:00
robert%accettura.com f15416364c Template changes weren't the ones I intended to land. Hopefully this fixes it. 2006-01-20 04:48:19 +00:00
robert%accettura.com ff4c73401a Fix a notice error, some pagination issues, and fallout from last checkin. 2006-01-20 04:32:32 +00:00
robert%accettura.com ab8f5e1642 landing more bug fixes for reporter, client side. 2006-01-19 22:30:32 +00:00
robert%accettura.com 9a05e16246 More bug fixes to the query app. There is another part to further clean up regressions, but that will come after Christmas. 2005-12-24 04:25:44 +00:00
robert%accettura.com 6e33388e95 continuing to fix regressions: make sorting better, show and order by report date when breaking out of top X list, fix regression for pagination 2005-12-23 06:25:55 +00:00
robert%accettura.com 2f57c6de4e remove extra ampersand from continuity params 2005-12-23 05:40:39 +00:00
robert%accettura.com 6ce52ca155 get rid of some notices, and other tiny clean up. Also start removing blank variables from url's 2005-12-23 01:48:30 +00:00
robert%accettura.com 2c1a20c25a get basic login functionality going, some minor code cleanup, more to follow 2005-12-23 00:43:57 +00:00
robert%accettura.com bbfd5042a8 urlencode non-numeric params, rather than url encode numeric params. Also clarify comment. 2005-12-01 17:59:00 +00:00
robert%accettura.com bce92f775f Bug 295394 reporter needs a next and previous navigation feature for incident lists. 2005-11-19 21:41:25 +00:00
robert%accettura.com e2e52fff58 Yet more bug fixing, notable changes include cleaned up templates, better continuity, honor debug variable in config, and a lot of bug fixing (though not the last round of patches to fix regressions). 2005-11-19 05:56:12 +00:00
robert%accettura.com 80243b6f8c A ton of small changes to reporter, nothing drastic. Mainly fixing bugs caused by the last few checkins. No bug. 2005-11-17 06:42:11 +00:00
robert%accettura.com bda0b1c3fe A ton of small changes to reporter, nothing drastic. Mainly fixing bugs caused by the last few checkins. No bug. 2005-11-17 06:28:38 +00:00
robert%accettura.com eebddf0d82 Restructure Reporter's Query Functionality. Mostly rewritten, much easier to use for other purposes (hint: coming soon). Still buggy, but we'll fix it as we go. 2005-10-26 03:21:17 +00:00
robert%accettura.com dbcbc85874 slight change to install notes to enable utf-8 support 2005-06-11 04:17:28 +00:00
robert%accettura.com b7a36a3dbe A whole lotta changin' goin' on...
- 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
2005-06-10 03:58:46 +00:00