Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #320000 by lilou: unify doxygen @file documentation in tpl. | Dries Buytaert | 2008-10-13 |
| | |||
* | #320173 by Dave Reid: Two-word operations in hook_nodeapi no longer being ↵ | Angie Byron | 2008-10-12 |
| | | | | called. | ||
* | #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif. | Angie Byron | 2008-10-12 |
| | |||
* | #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 | ||
* | - Patch #310212 by justinrandell: killed in _node hook, as well as twelve ↵ | Dries Buytaert | 2008-10-06 |
| | | | | sable tooth tigers. | ||
* | #108979 by ewhipple, catch, and sun: Order permissions consistently, keep ↵ | Angie Byron | 2008-09-17 |
| | | | | node type related permissions together. | ||
* | - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved ↵ | Dries Buytaert | 2008-09-17 |
| | | | | developer experience. | ||
* | #308233 by robertDouglass: Tests for the advanced search form. | Angie Byron | 2008-09-17 |
| | |||
* | - 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 #278759 by douggreen, fletchgqc: improved code comment. | Dries Buytaert | 2008-08-28 |
| | |||
* | - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵ | Dries Buytaert | 2008-08-21 |
| | | | | generation database layer for Drupal 7. | ||
* | - Patch #257912 by douggreen, Damien Tournoud: improve performance by ↵ | Dries Buytaert | 2008-08-14 |
| | | | | flipping two queries during indexing. | ||
* | - Patch #293504 by Damien Tournoud: fixed search on PostgreSQL - argument of ↵ | Dries Buytaert | 2008-08-13 |
| | | | | AND must be type boolean, not type integer. | ||
* | - 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 #280319 by robertDouglas: remove unneeded and non-existing ↵ | Dries Buytaert | 2008-07-10 |
| | | | | validation function. | ||
* | - Patch #265040 by flobruit: Remove drupalModuleEnable() from simpletest. | Dries Buytaert | 2008-06-05 |
| | |||
* | - Patch #247423 by boombatower: code style fixes for the tests. | Dries Buytaert | 2008-05-30 |
| | |||
* | - Patch #260882 by boombatower: refresh variables after install and page ↵ | Dries Buytaert | 2008-05-28 |
| | | | | requests. This actually fixes one failure. | ||
* | - Patch #242048 by macgirvin, Freso, Senpai, flobruit, catch, ↵ | Dries Buytaert | 2008-05-26 |
| | | | | robertDouglass, Garrett Albright, et al: change 'blue smurf' to 'bike shed' ;-) | ||
* | - Patch #237754 by Robert Douglass and David Lesieur: search_index hardcoded ↵ | Dries Buytaert | 2008-05-14 |
| | | | | the weights of HTML elements. Made them configurable through variable_get(). | ||
* | - Patch #145242 by douggreen et al: refactor node_rank to modules can add ↵ | Dries Buytaert | 2008-05-14 |
| | | | | scoring factors. | ||
* | - 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 #218403 by Gabor, catch, Arancaytar, keith, doug, et al: duplicate ↵ | Dries Buytaert | 2008-04-02 |
| | | | | entry errors in search idexer due to collation issues. | ||
* | - Patch #214271 by recidive: improved schema identation. | Dries Buytaert | 2008-03-15 |
| | |||
* | - 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 |
| | |||
* | #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks | Gábor Hojtsy | 2008-01-08 |
| | |||
* | #205920 by douggreen: short term searches were returning wrong results | Gábor Hojtsy | 2008-01-07 |
| | |||
* | #205795 by douggreen: search result normalization used a wrong calculation | Gábor Hojtsy | 2008-01-03 |
| | |||
* | #205199 by David_Rothstein: leftover links were not removed in the ↵ | Gábor Hojtsy | 2008-01-01 |
| | | | | reindexing process properly (search module) | ||
* | - Patch #203316 by mooffie and douggreen: improved schema documentation. | Dries Buytaert | 2007-12-28 |
| | |||
* | #203316 by douggreen: schema docs for the search_node_links table | Gábor Hojtsy | 2007-12-24 |
| | |||
* | #197730 by keith.smith: standardize on a much more user friendly cron ↵ | Gábor Hojtsy | 2007-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 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 | ||
* | #194320 by Lynn: search block default value was array() when an empty string ↵ | Gábor Hojtsy | 2007-12-06 |
| | | | | was intended | ||
* | security fixes forward ported from Drupal 5.2 - previously not committed ↵ | Gábor Hojtsy | 2007-12-05 |
| | | | | parts of http://drupal.org/cvs?commit=74833 | ||
* | #186242 by douggreen: ignore AND in search, as it is the default behavior ↵ | Gábor Hojtsy | 2007-12-05 |
| | | | | and inform the user when a lower case 'or' is used that 'OR' should be used as an operator | ||
* | #195543 by hass and yhager: CSS inherit was completely misused in RTL CSS files | Gábor Hojtsy | 2007-11-27 |
| | |||
* | - Patch #192348 by douggreen and bjaspan: fixed database inconsistencies. | Dries Buytaert | 2007-11-17 |
| | |||
* | - Patch #146466 by douggreen, Steven et al: Remove temporary table usage ↵ | Dries Buytaert | 2007-11-13 |
| | | | | from search module | ||
* | - Patch #164032 by Crell, Chris Kennedy, dmitrig01, WimLeers, dvessel et al: ↵ | Dries Buytaert | 2007-10-31 |
| | | | | tpl-ified the search module. |