Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | - Patch #324313 by catch et al: load multiple nodes and terms at once. | Dries Buytaert | 2008-12-05 | |
| | ||||
* | - Patch #338403 by drewish: code comments clean-up. | Dries Buytaert | 2008-11-25 | |
| | ||||
* | - Patch #74645 by drewish, roychri et al: modify file_scan_directory to use ↵ | Dries Buytaert | 2008-11-16 | |
| | | | | a regex for the nomask (and code clean-up). | |||
* | - Patch #302207 by John Morahan: converted book module to the new database ↵ | Dries Buytaert | 2008-11-16 | |
| | | | | abstraction layer. | |||
* | - Patch #332123 by webchick, lilou: remove t() function from schema ↵ | Dries Buytaert | 2008-11-15 | |
| | | | | descriptions. | |||
* | #324880: SA-2008-067 (#324824): Fix XSS vulberability in book administration ↵ | Angie Byron | 2008-11-08 | |
| | | | | page. | |||
* | - Patch #319666 by Dave Reid: remove unnecessary boolean ternary conditaionals. | Dries Buytaert | 2008-10-29 | |
| | ||||
* | - Patch #232095 by birdmanx35, keith.smith: improve book module description. | Dries Buytaert | 2008-10-13 | |
| | ||||
* | - Patch #320000 by lilou: unify doxygen @file documentation in tpl. | Dries Buytaert | 2008-10-13 | |
| | ||||
* | Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() ↵ | Angie Byron | 2008-10-13 | |
| | | | | check_plain() by default. | |||
* | Roll-back of #242873: This caused horrendous problems with SimpleTest on ↵ | Angie Byron | 2008-10-12 | |
| | | | | some configurations. | |||
* | #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by ↵ | Angie Byron | 2008-10-11 | |
| | | | | default. | |||
* | #319466: SA-2008-47 (#295053): CSRF in cached forms. | Angie Byron | 2008-10-11 | |
| | ||||
* | #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI. | Angie Byron | 2008-10-11 | |
| | ||||
* | #318892 by justinrandell and chx: Add .install files to the list of files ↵ | Angie Byron | 2008-10-09 | |
| | | | | added to .info files. | |||
* | #313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions ↵ | Angie Byron | 2008-10-09 | |
| | | | | to allow for localization of permission names | |||
* | #206138 by pwolanin: Rename mis-named 'module' attribute in node types. | Angie Byron | 2008-10-08 | |
| | ||||
* | - Patch #310212 by justinrandell: killed in _node hook, as well as twelve ↵ | Dries Buytaert | 2008-10-06 | |
| | | | | sable tooth tigers. | |||
* | - Patch #161301 by Eaton, Sun, moshe and webchick: make checking for node ↵ | Dries Buytaert | 2008-09-27 | |
| | | | | edit forms easier. DX improvement. | |||
* | #108979 by ewhipple, catch, and sun: Order permissions consistently, keep ↵ | Angie Byron | 2008-09-17 | |
| | | | | node type related permissions together. | |||
* | - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵ | Dries Buytaert | 2008-07-16 | |
| | | | | printes #markup, not #value. | |||
* | - Patch #272900 by pwolanin: prevent concurrent modificiations of book pages. | Dries Buytaert | 2008-07-05 | |
| | ||||
* | - Patch #276860 by pwolanin: removed dead code from book module. Does not ↵ | Dries Buytaert | 2008-07-01 | |
| | | | | affect the book module tests. | |||
* | - Patch #276846 by pwolanin: mailformed cid due to fauly menu item. | Dries Buytaert | 2008-07-01 | |
| | ||||
* | - Patch #251239 by pwolanin: revert. | Dries Buytaert | 2008-06-16 | |
| | ||||
* | - Patch #257730 by Senpai: code clean-up for book module. | Dries Buytaert | 2008-05-15 | |
| | ||||
* | - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵ | Dries Buytaert | 2008-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 #253022 by beginner: fixed typo in code comments. | Dries Buytaert | 2008-05-02 | |
| | ||||
* | - Patch #251263 by catch: fixing up many code style issues in the tests. | Dries Buytaert | 2008-04-25 | |
| | ||||
* | - Patch #251239 by R.Muilwijk: performance improvement. | Dries Buytaert | 2008-04-25 | |
| | ||||
* | - Added a test framework to Drupal along with a first batch of tests for | Dries Buytaert | 2008-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 Buytaert | 2008-04-14 | |
| | | | | discussion we've decided to make the concatenation operator consistent with the other operators. | |||
* | - Patch #216072 by recidive, David Rothstein, ptalindstrom et al: switched ↵ | Dries Buytaert | 2008-04-10 | |
| | | | | | | | | | | | from numeric block IDs to string IDs. The short explanation is that Drupal uses a lot of numeric deltas in the block system; blocks are identified by the 'module' and the 'delta'. In early Drupal, delta was numeric, but somewhere along the line it was changed to be possibly a string. In modern Drupal, block overrides are easily done via block-MODULE-DELTA.tpl.php. The primary motivation to switch to string IDs everywhere is to make these deltas friendlier to themers: block-user-0.tpl.php --> block-user-navigation.tpl.php block-user-1.tpl.php --> block-user-login.tpl.php You get the picture. | |||
* | - Patch #231587 by pwolanin et al: fixed scalability issue in the menu system. | Dries Buytaert | 2008-03-14 | |
| | ||||
* | - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide ↵ | Dries Buytaert | 2008-02-20 | |
| | | | | descriptions for permissions on the permission administration page. | |||
* | - Patch #221384 by webernet: update core compatibility to Drupal 7. | Dries Buytaert | 2008-02-18 | |
| | ||||
* | - Patch #221057 by pwolanin: book module may overwrite another node's link. | Dries Buytaert | 2008-02-14 | |
| | ||||
* | - Patch #215858 by pwolanin, goba, catch et al: localized menu link data ↵ | Dries Buytaert | 2008-02-10 | |
| | | | | getting saved back to the database. | |||
* | #208492 report and testing by KarenS, patch by myself: book upgrade should ↵ | Gábor Hojtsy | 2008-01-10 | |
| | | | | not use the book API | |||
* | #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks | Gábor Hojtsy | 2008-01-08 | |
| | ||||
* | - Patch #206470 by David_Rothstein: fix book permission upgrade. | Dries Buytaert | 2008-01-05 | |
| | ||||
* | #181125 follow up by beginner: book.js should have been removed earlier in ↵ | Gábor Hojtsy | 2008-01-02 | |
| | | | | #181125, was a commit mistake | |||
* | #205075 report by ktabuer, patch by myself, testing by ktauber and Lynn: ↵ | Gábor Hojtsy | 2008-01-02 | |
| | | | | book block throws notice when used on non-book-node page (with a little bit of code cleanup) | |||
* | #203274 by Pasqualle: remove excessive witespace from our code (minor) | Gábor Hojtsy | 2007-12-22 | |
| | ||||
* | #202425 by keith.smith: standardize reference to block placement page as ↵ | Gábor Hojtsy | 2007-12-19 | |
| | | | | 'blocks administration page' to avoid any confusion | |||
* | #199336 by JirkaRybka: remove improper t() use in update code (update goes ↵ | Gábor Hojtsy | 2007-12-19 | |
| | | | | all in English, but there were some mistakes), and add messages to updates where there was no return value otherwise, so users know what happens in each update | |||
* | - Patch #164532 by catch, pwolanin, David Strauss, et al.: improve table ↵ | Dries Buytaert | 2007-12-18 | |
| | | | | indicies for common queries. | |||
* | #200069 by keith.smith: new standard for 'more information' links in module ↵ | Gábor Hojtsy | 2007-12-14 | |
| | | | | help texts, as the handbook we referred to before was renamed | |||
* | #197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, ↵ | Gábor Hojtsy | 2007-12-13 | |
| | | | | update to drag and drop functionality, drupal.module removal, etc | |||
* | #198579 by webernet and hswong3i: a huge set of coding style fixes, including: | Gábor Hojtsy | 2007-12-08 | |
| | | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting |