Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Roll-back of users -> user table name change in #330983: Broken pgsql is no fun. | Angie Byron | 2009-02-26 | |
| | ||||
* | #330983 by recidive and boombatower: Rename users/users_roles tables to ↵ | Angie Byron | 2009-02-18 | |
| | | | | user/user_role for consistency. | |||
* | - Removing whitespace. | Dries Buytaert | 2009-01-26 | |
| | ||||
* | - Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3. | Dries Buytaert | 2009-01-22 | |
| | ||||
* | - Patch #80944 by Dave Reid, swentel, ChrisKennedy: move the statistics ↵ | Dries Buytaert | 2009-01-22 | |
| | | | | settings to a more logical place. | |||
* | #8 by sun and most of #drupal: Users can now cancel their accounts. Fixing ↵ | Angie Byron | 2009-01-08 | |
| | | | | the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D | |||
* | - Patch #332002 by Crell et al: MergeQuery should refuse to execute if there ↵ | Dries Buytaert | 2008-12-26 | |
| | | | | are no key fields. With tests. | |||
* | - Patch #345866 by alexanderplas: remove from hook_block() -- addendum patch. | Dries Buytaert | 2008-12-18 | |
| | ||||
* | - Patch #339929 by Moshe et al: move node links into ->content. | Dries Buytaert | 2008-12-16 | |
| | ||||
* | - Patch #229051 by Josh Waihi: made top visitor page work on PostgreSQL. | Dries Buytaert | 2008-12-13 | |
| | ||||
* | - Patch #319356 by recidive: clean up hook_nodeapi_ fucntion signatures and ↵ | Dries Buytaert | 2008-12-09 | |
| | | | | documentation because of previous node API clean-ups. | |||
* | - Patch #296624 by Damien Tournoud: made search work on PostgreSQL. | Dries Buytaert | 2008-12-02 | |
| | ||||
* | #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. | |||
* | - Patch #310212 by justinrandell, catch, et all: killed in _user hook, as ↵ | Dries Buytaert | 2008-10-06 | |
| | | | | well as two small kittens. | |||
* | - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved ↵ | Dries Buytaert | 2008-09-17 | |
| | | | | developer experience. | |||
* | #308534 by Dave Reid: Remove stray whitespace core-wide. | Angie Byron | 2008-09-15 | |
| | ||||
* | - 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 #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵ | Dries Buytaert | 2008-08-21 | |
| | | | | generation database layer for Drupal 7. | |||
* | - Patch #268621 by smk-ka: removed unused variable. | Dries Buytaert | 2008-06-12 | |
| | ||||
* | - 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 #245504 by catch, David_Rothstein, Freso, et al: removed the ↵ | Dries Buytaert | 2008-04-16 | |
| | | | | throttle module from Drupal core. | |||
* | - 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 #30984 by webchick, keith.smith, kkaefer, Crell et al: provide ↵ | Dries Buytaert | 2008-02-20 | |
| | | | | descriptions for permissions on the permission administration page. | |||
* | #198856 by hswong3i: Fix some incorrect use of %s for table name escaping, ↵ | Gábor Hojtsy | 2008-01-04 | |
| | | | | implement better security checks | |||
* | - Patch #204900 by webernet: code style fixes. Likely my last patch of the ↵ | Dries Buytaert | 2007-12-31 | |
| | | | | year. Fiew. Thanks all, and see you on the other side. :) | |||
* | #202425 by keith.smith: standardize reference to block placement page as ↵ | Gábor Hojtsy | 2007-12-19 | |
| | | | | 'blocks administration page' to avoid any confusion | |||
* | #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 | |||
* | #175127 by keith.smith: better and more translator friendly help text | Gábor Hojtsy | 2007-12-05 | |
| | ||||
* | #165140 by dww: rename logs to reports (usability improvement) | Gábor Hojtsy | 2007-10-20 | |
| | ||||
* | - Patch #169420 by Crell: split statistics module. | Dries Buytaert | 2007-08-23 | |
| | ||||
* | - Patch #80951 by killes, yched et al: block caching. | Dries Buytaert | 2007-08-19 | |
| | ||||
* | - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵ | Dries Buytaert | 2007-08-12 | |
| | | | | Oracle and DB2. Also a performance improvement. | |||
* | - Patch #119821 by Zen and Dave Trainer: properly theme the statistics log ↵ | Dries Buytaert | 2007-07-03 | |
| | | | | table. | |||
* | - Rollback of patch #147723: delete API. Talked to Steven and Gabor and we | Dries Buytaert | 2007-07-01 | |
| | | | | | | | | | unanimously agreed to rollback the deletion API. We all support the features this patch added, yet not its actual design and implementation. After some talk, we decided that it would be better for Drupal -- in the long term -- not to go with a solution that isn't 100%. We also recognize that in the short term, this patch would have been useful addition. So let's figure out how we can implement this properly in D7. | |||
* | #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing ↵ | Gábor Hojtsy | 2007-06-30 | |
| | | | | router path based lookups, and also full path argument lookup with a passed argument array | |||
* | #147723: Deletion API (by hunmonk). Woop woop. | Steven Wittens | 2007-06-22 | |
| | ||||
* | - Patch #142773 by kbahey: made Drupal work correctly when behind a reverse ↵ | Dries Buytaert | 2007-05-25 | |
| | | | | proxy. | |||
* | - Patch #128082 by Goba et al: Allow localization of built-in menu items. | Dries Buytaert | 2007-04-30 | |
| | ||||
* | - Patch #139979 by asimmonds: Display consistent message for unavailable ↵ | Dries Buytaert | 2007-04-30 | |
| | | | | statistics. | |||
* | - Patch #134493 by douggreen: getting the Drupal coding standards right in ↵ | Dries Buytaert | 2007-04-13 | |
| | | | | core. Woot. Woot. | |||
* | #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc) | Steven Wittens | 2007-03-27 | |
| | ||||
* | - Patch #98359 by Robroy and webchick: string clean-up: web site -> website | Dries Buytaert | 2007-02-27 | |
| | ||||
* | - Patch #111347 by Steven: refactor url() and l(). | Dries Buytaert | 2007-02-15 | |
| | ||||
* | - Patch #113603 by chx: first crack at re-implementing tabs. | Dries Buytaert | 2007-02-11 | |
| | ||||
* | - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. ↵ | Dries Buytaert | 2007-01-31 | |
| | | | | Thanks. | |||
* | - Patch #34755 by chx et al: faster menu system. HEAD is temporary broken ↵ | Dries Buytaert | 2007-01-24 | |
| | | | | and there is no upgrade path yet. | |||
* | - Always check the username. | Dries Buytaert | 2007-01-10 | |
| |