Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #320747 by lilou, UltimateBoy: removed double semicolons. | Dries Buytaert | 2008-10-14 |
| | |||
* | 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. | ||
* | #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif. | Angie Byron | 2008-10-12 |
| | |||
* | #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by ↵ | Angie Byron | 2008-10-11 |
| | | | | default. | ||
* | #162678 by robertDouglass, catch, and Damien Tournoud: Add static caching for | 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 | ||
* | #268584 by agentrickard, Rob Loach, and catch: Add a hidden variable for the ↵ | Angie Byron | 2008-10-06 |
| | | | | number of terms displayed on the term admin page. | ||
* | - 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. | ||
* | #296910 by catch and webchick: Add reset parameter to ↵ | Angie Byron | 2008-09-24 |
| | | | | taxonomy_vocabulary_load(). | ||
* | #244662 by solotandem and catch: Fix taxonomy_vocabulary_load() when called ↵ | Angie Byron | 2008-09-24 |
| | | | | multiple times. | ||
* | - Patch #305740 by catch, Benjamin Melançon: added an edit tab to taxonomy ↵ | Dries Buytaert | 2008-09-19 |
| | | | | term pages. | ||
* | #190850 by Poetro and Robin Monks: Replace hard-coded taxonomy links by ↵ | Angie Byron | 2008-09-19 |
| | | | | taxonomy_term_path(). | ||
* | #308534 by Dave Reid: Remove stray whitespace core-wide. | Angie Byron | 2008-09-15 |
| | |||
* | #302440 by Benjamin Melançon, catch, asimmonds, pp: Fix PDOException error ↵ | Angie Byron | 2008-09-11 |
| | | | | on empty terms list. | ||
* | - Patch #302396 by chx, catch: made some tests more granular so they an be ↵ | Dries Buytaert | 2008-09-08 |
| | | | | run in parallel or stand-alone. | ||
* | - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵ | Dries Buytaert | 2008-08-21 |
| | | | | generation database layer for Drupal 7. | ||
* | - Patch #245329 by christefano and dmitrig01: code comment love. | Dries Buytaert | 2008-07-24 |
| | |||
* | - Patch #277214 by lilou, dereine, Damien Tournoud et al: all menu loaders ↵ | Dries Buytaert | 2008-07-18 |
| | | | | should return FALSE on object not found. | ||
* | - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵ | Dries Buytaert | 2008-07-16 |
| | | | | printes #markup, not #value. | ||
* | - Patch #180646 by John Morahan: SQL in taxonomy_get_term_by_name() should ↵ | Dries Buytaert | 2008-06-28 |
| | | | | use = instead of LIKE. | ||
* | - Patch #268914 by catch: small usability improvements to taxonomy and ↵ | Dries Buytaert | 2008-06-12 |
| | | | | content type overview pages. | ||
* | - Patch #268204 by aclight: fixed E_NOTICE. | Dries Buytaert | 2008-06-09 |
| | |||
* | - Patch #169899 by Island Usurper: taxonomy caching not always working. | Dries Buytaert | 2008-06-07 |
| | |||
* | - Patch #247423 by boombatower: code style fixes for the tests. | Dries Buytaert | 2008-05-30 |
| | |||
* | - 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 #249546 by pwolanin: rip menu access inheritance -- was already ↵ | Dries Buytaert | 2008-04-23 |
| | | | | committed to D6. | ||
* | - 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 #226878 by boydjd: fixed coding standards. | Dries Buytaert | 2008-03-02 |
| | |||
* | - 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 #222385 by pwolanin: removed drupal_clone() hack in favor of the ↵ | Dries Buytaert | 2008-02-17 |
| | | | | real PHP5 clone(). | ||
* | - Patch #163297 by pwolanin et al: remove $_POST from taxonomy module's form ↵ | Dries Buytaert | 2008-02-14 |
| | | | | handling. | ||
* | - Patch #217508 by keith et al: fixed writing style of output messags. | Dries Buytaert | 2008-02-08 |
| | |||
* | - Patch #210131 by dvessel, catch, John, et al: updated jQuery library. | Dries Buytaert | 2008-02-06 |
| | |||
* | #217324 by Takafumi: trivial missing t() in taxonomy module | Gábor Hojtsy | 2008-02-03 |
| | |||
* | #214579 by keith.smith: vocabulary drag and drop was not properly documented ↵ | Gábor Hojtsy | 2008-01-27 |
| | | | | (string change) | ||
* | #205523 by assimonds: (minor) add missing CVS Id tags | Gábor Hojtsy | 2008-01-25 |
| | |||
* | #210936 by Pancho: some padding around taxonomy descriptions on taxonomy ↵ | Gábor Hojtsy | 2008-01-18 |
| | | | | pages, so that they get more breathing space | ||
* | #211443 by dropcube: kill a feed warning on taxonomy pages | Gábor Hojtsy | 2008-01-18 |
| | |||
* | #211060 by boydjd: do not display the taxonomy-term-description div when ↵ | Gábor Hojtsy | 2008-01-17 |
| | | | | there is no description | ||
* | - Patch #206495 by jvandyk: improved consistency of trigger descriptions. | Dries Buytaert | 2008-01-15 |
| | |||
* | #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks | Gábor Hojtsy | 2008-01-08 |
| | |||
* | #164532 follow up by pwolanin, David Strauss, catch and myself, testing also ↵ | Gábor Hojtsy | 2008-01-08 |
| | | | | by hswong3i: some indexes added before Drupal 6 RC1 were too unique, and our code did not back them, so we should not add those indexes | ||
* | #199373 report by avskip, patch by myself, testing by keith.smith: forum ↵ | Gábor Hojtsy | 2007-12-31 |
| | | | | node type was not re-added to the forum vocabulary when the module is re-enabled (after being disabled) | ||
* | #203274 by Pasqualle: remove excessive witespace from our code (minor) | Gábor Hojtsy | 2007-12-22 |
| |