summaryrefslogtreecommitdiff
path: root/modules/dblog
Commit message (Collapse)AuthorAge
...
* - Patch #223298 by Dave Reid: change {dblog}.type VARCHAR limit from 16 to 64.Dries Buytaert2008-12-28
|
* - Patch #49333 by j.somers: add a 'Clear all logs' button.Dries Buytaert2008-12-24
|
* - Patch #345838 by Dave Reid: remove user creation from drupalLogin(). ↵Dries Buytaert2008-12-11
| | | | drupalLogin() should only do one thing, and do it well. :)
* - Patch #324313 by catch et al: load multiple nodes and terms at once.Dries Buytaert2008-12-05
|
* - Patch #107824 by Dave Reid, AlexisWilke et al: convert certain URL fields ↵Dries Buytaert2008-12-03
| | | | from VARCHAR to TEXT to avoid errors.
* - Patch #338403 by drewish: code comments clean-up.Dries Buytaert2008-11-25
|
* - Patch #332123 by webchick, lilou: remove t() function from schema ↵Dries Buytaert2008-11-15
| | | | descriptions.
* - Patch #319401 b Crell, hswong3i: converted one query to the new database ↵Dries Buytaert2008-10-30
| | | | abstraction layer.
* - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css().Dries Buytaert2008-10-26
|
* - Patch #324110 by killes: added an index on uid to make deleting watchdog ↵Dries Buytaert2008-10-22
| | | | entries faster.
* #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI.Angie Byron2008-10-11
|
* #318892 by justinrandell and chx: Add .install files to the list of files ↵Angie Byron2008-10-09
| | | | added to .info files.
* - Patch #310212 by justinrandell, catch, et all: killed in _user hook, as ↵Dries Buytaert2008-10-06
| | | | well as two small kittens.
* - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved ↵Dries Buytaert2008-09-17
| | | | developer experience.
* - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] ↵Dries Buytaert2008-09-06
| | | | as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
* #298444 by c960657: Fix exceptions in DBLog test.Angie Byron2008-09-05
|
* - Patch #228576 by sun: too ambiguous stylesheet in dblog.css when ↵Dries Buytaert2008-09-02
| | | | form_altering the watchdog table.
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
| | | | generation database layer for Drupal 7.
* - Patch #245329 by christefano and dmitrig01: code comment love.Dries Buytaert2008-07-24
|
* - Patch #188246 by mfb, deekayen: fixed E_NOTICE.Dries Buytaert2008-07-19
|
* - Patch #247423 by boombatower: code style fixes for the tests.Dries Buytaert2008-05-30
|
* - Patch #260882 by boombatower: refresh variables after install and page ↵Dries Buytaert2008-05-28
| | | | requests. This actually fixes one failure.
* - Patch #260369 by Damien Tournoud: fixed dblog tests.Dries Buytaert2008-05-26
|
* - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵Dries Buytaert2008-05-06
| | | | | | | | | | | flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code.
* - Patch #251263 by catch: fixing up many code style issues in the tests.Dries Buytaert2008-04-25
|
* - Patch #249546 by pwolanin: rip menu access inheritance -- was already ↵Dries Buytaert2008-04-23
| | | | committed to D6.
* - Added a test framework to Drupal along with a first batch of tests forDries Buytaert2008-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | Drupal core! This is an important milestone for the project so enable the module and check it out ... :) Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran Lal, Moshe Weitzman, and the many other people that helped with testing over the past years and that drove this home. It all works but it is still rough around the edges (i.e. documentation is still being written, the coding style is not 100% yet, a number of tests still fail) but we spent the entire weekend working on it in Paris and made a ton of progress. The best way to help and to get up to speed, is to start writing and contributing some tests ... as well as fixing some of the failures. For those willing to help with improving the test framework, here are some next steps and issues to resolve: - How to best approach unit tests and mock functions? - How to test drupal_mail() and drupal_http_request()? - How to improve the admin UI so we have a nice progress bar? - How best to do code coverage? - See http://g.d.o/node/10099 for more ...
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* - Patch #241629 by solotandem: the cron.php query left an extra row in the ↵Dries Buytaert2008-04-02
| | | | watchdog table due to a off-by-one error.
* - Patch #214271 by recidive: improved schema identation.Dries Buytaert2008-03-15
|
* - Patch #221384 by webernet: update core compatibility to Drupal 7.Dries Buytaert2008-02-18
|
* #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocksGábor Hojtsy2008-01-08
|
* White space problem found while gathering background info for #204420Gábor Hojtsy2007-12-31
|
* #197730 by keith.smith: standardize on a much more user friendly cron ↵Gábor Hojtsy2007-12-19
| | | | reference in help texts, explain its importance with more examples in INSTALL.txt
* #200069 by keith.smith: new standard for 'more information' links in module ↵Gábor Hojtsy2007-12-14
| | | | help texts, as the handbook we referred to before was renamed
* #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functionsGábor Hojtsy2007-12-06
|
* #195631 by yhager: although logs was changed to reports, this was not ↵Gábor Hojtsy2007-11-27
| | | | reflected in dblog_init()
* #195543 by hass and yhager: CSS inherit was completely misused in RTL CSS filesGábor Hojtsy2007-11-27
|
* #187881 by mooffie: fix misnamed database table names in schema documentationGábor Hojtsy2007-11-04
|
* #165140 by dww: rename logs to reports (usability improvement)Gábor Hojtsy2007-10-20
|
* #164983 by multiple contributors: document the core database schemasGábor Hojtsy2007-10-10
|
* - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵Dries Buytaert2007-10-05
| | | | .schema files into .install files to prevent mistakes.
* - Patch #178044 by chx: properly delete watchdog messages captured by the ↵Dries Buytaert2007-10-02
| | | | dblog.module.
* - Patch #172961 by webernet: code style cleanup.Dries Buytaert2007-09-05
|
* - Patch #162202 by dvessel: fixed CSS problems in Opera.Dries Buytaert2007-09-01
|
* - Patch #147761 by bjaspan: correct length for variables column.Dries Buytaert2007-07-28
|
* Re-add check_plain() in appropriate places after removing it from ip_address().Steven Wittens2007-07-26
|
* - Patch #161177 by Crell: split dblog module.Dries Buytaert2007-07-22
|
* - Patch #158904 by dmitrig01: dblog has help page at wrong path.Dries Buytaert2007-07-12
|
* #58090 by sime and webchick: add id to dblog HTML output tableGábor Hojtsy2007-07-01
|