Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - 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 |
| | |||
* | #202473 by keith.smith: three more typos fixed | Gábor Hojtsy | 2007-12-19 |
| | |||
* | One remaining button titled 'Submit' which slipped through the taxonomy drag ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | and drop patch | ||
* | #201333 by keith.smith and myself: fix typos in taxonomy form, also fix a ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | few code comments | ||
* | #201344 by catch: fix a spelling error in taxonomy module | Gábor Hojtsy | 2007-12-19 |
| | |||
* | #99947 by neclimdul, Sutharsan, keith.smith: forum module help text and form ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | description update, removing reference to other forum software as well | ||
* | #198865 by sign: taxonomy term deletion was broken due to some leftover code | Gábor Hojtsy | 2007-12-19 |
| | |||
* | - Patch #164532 by catch, pwolanin, David Strauss, et al.: improve table ↵ | Dries Buytaert | 2007-12-18 |
| | | | | indicies for common queries. | ||
* | #197641 follow up by moofie: make drag and drop handle text translatable and ↵ | Gábor Hojtsy | 2007-12-16 |
| | | | | fix smaller bugs | ||
* | #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 | ||
* | #180301 by pwolanin: taxonomy term pages did not have their argument ↵ | Gábor Hojtsy | 2007-12-14 |
| | | | | reflected in the menu hook | ||
* | #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 | ||
* | #199640 by webernet: (usability) add option to select no taxonomy term in ↵ | Gábor Hojtsy | 2007-12-10 |
| | | | | multiselect forms, not to rely on browser trickery | ||
* | #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 | ||
* | #198321 by ulhume: recent security update had the arguments order wrong in ↵ | Gábor Hojtsy | 2007-12-06 |
| | | | | db_query_range() | ||
* | #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions | Gábor Hojtsy | 2007-12-06 |
| | |||
* | Drupal 6.0 beta 4 | Gábor Hojtsy | 2007-12-05 |
| | |||
* | - Patch #162381 by Heine et al: properly escape strings. | Dries Buytaert | 2007-11-28 |
| | |||
* | #193333 follow up by quicksketch: only show submit button and weight if ↵ | Gábor Hojtsy | 2007-11-26 |
| | | | | there is more than one vocabulary | ||
* | #193333 by quicksketch et al: taxonomy drag and drop support | Gábor Hojtsy | 2007-11-26 |
| | |||
* | - Removing excessive whitespace. | Dries Buytaert | 2007-11-23 |
| |