Commit Graph

7 Commits

Author SHA1 Message Date
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
670e494001 Get rid of the table in stats. No bug. 2005-12-01 04:49:14 +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
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
b87be82d44 fix product list not showing up 2005-06-10 04:31:15 +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