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

33 Коммитов

Автор SHA1 Сообщение Дата
robert%accettura.com 918b2a2007 Various other small fixes. 2007-03-11 04:10:12 +00:00
robert%accettura.com 12823a4e57 Better error text for DB connection failure. 2007-03-11 02:28:40 +00:00
robert%accettura.com aa96987ab4 Drop some old unused code. 2007-03-11 02:27:36 +00:00
robert%accettura.com 407a8c101e Catch invalid product families. 2007-03-11 02:12:59 +00:00
robert%accettura.com 6036902dbf Second half of charset implementation, add to db schema, make viewable in report and query. 2006-11-25 02:47:57 +00:00
robert%accettura.com 25dffbe671 Fix SQL error when we query for a hostname. 2006-11-11 19:33:08 +00:00
robert%accettura.com 029d7ca45e Fix continuity params disappearing when there are too many results for next/prev navigation 2006-09-15 00:15:53 +00:00
robert%accettura.com 375e449f26 Fixing a SQL bug, and getting a nice performance gain in return. Also fix some whitespace issues and other formatting fixes. 2006-09-14 23:57:28 +00:00
robert%accettura.com 4ba7de16e3 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 ecdf9b7f04 Better error message handling 2006-04-04 15:05:08 +00:00
robert%accettura.com b59919b446 remove a debug string I accidentally left in during the last checkin 2006-04-04 14:58:29 +00:00
robert%accettura.com 114995e3e4 Comment fixes, some better errors, and slight optimization 2006-04-04 14:33:45 +00:00
robert%accettura.com 2fde9cf94c 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 9581fec699 Fix product selections on query page 2006-02-17 03:51:21 +00:00
robert%accettura.com 007d551739 Move session headers into iolib headers. Fix some spacing, fix mod rewrite 2006-02-15 04:31:39 +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 f7a5ba7521 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 e74e07e62b 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 14ef8ed3fe Fix a notice error, some pagination issues, and fallout from last checkin. 2006-01-20 04:32:32 +00:00
robert%accettura.com 65992291c0 landing more bug fixes for reporter, client side. 2006-01-19 22:30:32 +00:00
robert%accettura.com 99483b80b7 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 f9c7f18887 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 43f7b2f063 remove extra ampersand from continuity params 2005-12-23 05:40:39 +00:00
robert%accettura.com cfaea2171f 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 e07906cf53 get basic login functionality going, some minor code cleanup, more to follow 2005-12-23 00:43:57 +00:00
robert%accettura.com ec1fae68c2 urlencode non-numeric params, rather than url encode numeric params. Also clarify comment. 2005-12-01 17:59:00 +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 79075c7fbf 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 933cc5d889 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 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 d9af4d7e32 slight change to install notes to enable utf-8 support 2005-06-11 04:17:28 +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