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

20 Коммитов

Автор SHA1 Сообщение Дата
robert%accettura.com 426e13b605 No results isn't an error, so don't treat it as so (also use tabs for indenting). 2006-03-21 21:20:54 +00:00
robert%accettura.com 9da25b0ba8 open up report url in a new window 2006-03-21 21:08:18 +00:00
robert%accettura.com f999ba364b Only show tabs if the user is an admin, since otherwise would only get 1, making it pointless. 2006-03-21 21:00:45 +00:00
robert%accettura.com 82fa428fb1 Make default platform "All" 2006-03-21 20:49:45 +00:00
robert%accettura.com 29441d98af 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:51:15 +00:00
robert%accettura.com 56a3428935 Nothing says I love you like more stats. And you'd rather have chocolate? Adding breakdown by product, and by os, both very interesting. 2006-02-15 05:07:57 +00:00
robert%accettura.com f564b7d025 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 3e50491217 Server side support for screenshots, utf-8 support. Some minor code cleanup also rolled in. 2006-01-26 03:14:01 +00:00
robert%accettura.com a14648fbb7 Template changes weren't the ones I intended to land. Hopefully this fixes it. 2006-01-20 05:05:25 +00:00
robert%accettura.com bedbd15730 Moving some files around for a more logical file structure, and to allow for using mod_rewrite to get friendly url's. While I'm at it, landing some theme related stuff. 2006-01-20 02:59:41 +00:00
robert%accettura.com c782472091 make pagination stink less 2005-12-23 05:42:04 +00:00
robert%accettura.com 38e4578052 fix a few html validation issues 2005-12-23 03:10:10 +00:00
robert%accettura.com bec8fb6f81 Simple fix to restore Feng Shui for index template. 2005-12-23 01:52:57 +00:00
robert%accettura.com e07906cf53 get basic login functionality going, some minor code cleanup, more to follow 2005-12-23 00:43:57 +00:00
robert%accettura.com 2d921125d7 Get rid of the table in stats. No bug. 2005-12-01 04:49:14 +00:00
robert%accettura.com 64ec2b59d0 Bug 295394 reporter needs a next and previous navigation feature for incident lists. 2005-11-19 21:41:25 +00:00
robert%accettura.com 0039965119 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 886da04a8f 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 c9b31ae531 fix product list not showing up 2005-06-10 04:31:15 +00:00
robert%accettura.com 2751eca195 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