Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #320510 by hswong3i et al: convert menu.inc to new database ↵ | Dries Buytaert | 2008-12-03 |
| | | | | abstraction layer. | ||
* | - Patch #338403 by drewish: code comments clean-up. | Dries Buytaert | 2008-11-25 |
| | |||
* | - Patch #332123 by webchick, lilou: remove t() function from schema ↵ | Dries Buytaert | 2008-11-15 |
| | | | | descriptions. | ||
* | - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up. | Dries Buytaert | 2008-11-11 |
| | |||
* | - Patch #314147 by catch: more taxonomy standardization. | Dries Buytaert | 2008-11-05 |
| | |||
* | - Patch #329140 by catch, pwolanin: improve consistency of vocabulary API ↵ | Dries Buytaert | 2008-11-05 |
| | | | | and term API. | ||
* | - Patch #306224 by catch et al: improving the taxonomy hook system. | Dries Buytaert | 2008-11-02 |
| | |||
* | - Patch #324118 by winterheart: fixed invalid XHTML being generated for ↵ | Dries Buytaert | 2008-10-24 |
| | | | | forum topic listings. | ||
* | - Patch #324080 by winterheart: missing </td>-tag. | Dries Buytaert | 2008-10-22 |
| | |||
* | - 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. | ||
* | #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif. | Angie Byron | 2008-10-12 |
| | |||
* | #312792 by catch: Clean-up for editForumTaxonomy(). | Angie Byron | 2008-10-12 |
| | |||
* | #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by ↵ | Angie Byron | 2008-10-11 |
| | | | | default. | ||
* | #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 #305740 by catch, Benjamin Melançon: added an edit tab to taxonomy ↵ | Dries Buytaert | 2008-09-19 |
| | | | | term pages. | ||
* | - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved ↵ | Dries Buytaert | 2008-09-17 |
| | | | | developer experience. | ||
* | - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] ↵ | Dries Buytaert | 2008-09-06 |
| | | | | as per Rasmus' suggestion. Removed drupal_referrer() for consistency. | ||
* | - Patch #197864 by vito_swat, alpritt, Gurpartap Singh et al: forum module ↵ | Dries Buytaert | 2008-08-11 |
| | | | | uses hook_link_alter instead of taxonomy_term_path hook. | ||
* | - Patch #237204 by keith.smith, birdmax35, gurpartap singh, et al: improved ↵ | Dries Buytaert | 2008-08-03 |
| | | | | the forum module description. | ||
* | - Patch #245329 by christefano and dmitrig01: code comment love. | Dries Buytaert | 2008-07-24 |
| | |||
* | - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵ | Dries Buytaert | 2008-07-16 |
| | | | | printes #markup, not #value. | ||
* | - Patch #273761 by catch: removed inconsistent delete behavior of nodes. It ↵ | Dries Buytaert | 2008-06-25 |
| | | | | would leave comments, ratings, etc behind in the database. | ||
* | - Patch #260050 by Gurpartap Singh: move forum administration to site building. | Dries Buytaert | 2008-05-30 |
| | |||
* | - 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 #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 #214271 by recidive: improved schema identation. | Dries Buytaert | 2008-03-15 |
| | |||
* | - Patch #206820 by boydjd: corrected the forum deletion help text/documentation. | Dries Buytaert | 2008-02-20 |
| | |||
* | - 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 #221192 by damz: wrong new comment link in forum listings. | Dries Buytaert | 2008-02-18 |
| | |||
* | - Patch #218313 by jvandyk: made sure that MySQL keywords are uppercase. | Dries Buytaert | 2008-02-08 |
| | |||
* | - Patch #210131 by dvessel, catch, John, et al: updated jQuery library. | Dries Buytaert | 2008-02-06 |
| | |||
* | #208858 by theborg, gdevlugt: fix forum node and comment counting, taking ↵ | Gábor Hojtsy | 2008-01-30 |
| | | | | term revisioning into account | ||
* | #207863 by mikey_p, Pancho: use module_load_include() as intended | Gábor Hojtsy | 2008-01-30 |
| | |||
* | #214058 by catch, Arancaytar: forum form alter was mistakenly dropping the ↵ | Gábor Hojtsy | 2008-01-25 |
| | | | | parent field in all taxonomy forms | ||
* | - Patch #209034 by theborg: fixed small code style error that generates ↵ | Dries Buytaert | 2008-01-15 |
| | | | | warnings. | ||
* | #207779 report by meba, patch by myself: missing plural formatting in forum ↵ | Gábor Hojtsy | 2008-01-09 |
| | | | | module, and a counter display fix as well | ||
* | #153998 by David_Rothstein and myself: clean up permissions in book, blog, ↵ | Gábor Hojtsy | 2008-01-09 |
| | | | | blogapi, forum and locale modules | ||
* | #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks | Gábor Hojtsy | 2008-01-08 |
| | |||
* | #206670 by keith.smith and myself: node type names have their underscores ↵ | Gábor Hojtsy | 2008-01-07 |
| | | | | converted to hyphens in node/add links |