Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | - 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. | |||
* | - Patch #226869 by hswong3i: code style clean-up. | Dries Buytaert | 2008-04-23 | |
| | ||||
* | - 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 #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 #208926 by keith.smith: fixed broken link. The external link to the ↵ | Dries Buytaert | 2008-01-15 | |
| | | | | RSS specification changed. | |||
* | Drupal 6 RC2 | Gábor Hojtsy | 2008-01-10 | |
| | ||||
* | #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 | |
| | ||||
* | - Patch #204221 by webernet: code style fixes. | Dries Buytaert | 2007-12-28 | |
| | ||||
* | #194946 by dmitrig01, Pasqualle: christmas cleanup (some code style issues ↵ | Gábor Hojtsy | 2007-12-23 | |
| | | | | fixed) | |||
* | #203274 by Pasqualle: remove excessive witespace from our code (minor) | Gábor Hojtsy | 2007-12-22 | |
| | ||||
* | #196535 by sun, chx, dww: check whether Drupal can issue HTTP requests at ↵ | Gábor Hojtsy | 2007-12-20 | |
| | | | | all, so we know that this is the cause of problems, not the remote host not responding. | |||
* | #202425 by keith.smith: standardize reference to block placement page as ↵ | Gábor Hojtsy | 2007-12-19 | |
| | | | | 'blocks administration page' to avoid any confusion | |||
* | #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 | |||
* | - Patch #199508 by Pancho: parameters for form validation and submission ↵ | Dries Buytaert | 2007-12-18 | |
| | | | | have changed. | |||
* | - Patch #164532 by catch, pwolanin, David Strauss, et al.: improve table ↵ | Dries Buytaert | 2007-12-18 | |
| | | | | indicies for common queries. | |||
* | #201468 by blackdog: fix notice in aggregator, when categorization form is ↵ | Gábor Hojtsy | 2007-12-17 | |
| | | | | saved without picking a category | |||
* | #198609 by blackdog and myself: fix two notices and remove one stale line in ↵ | Gábor Hojtsy | 2007-12-17 | |
| | | | | aggregator module | |||
* | #197314 by vitezslav.smid (as GHOP 39): improve/add/update phpdoc in ↵ | Gábor Hojtsy | 2007-12-16 | |
| | | | | aggregator, comment and system modules | |||
* | #176868 by marcingy: feed_age was misnamed source_age in aggregator variable ↵ | Gábor Hojtsy | 2007-12-16 | |
| | | | | initialization | |||
* | #189495 by myself, reviewed by Pasqualle: fix composit text used with t() in ↵ | Gábor Hojtsy | 2007-12-16 | |
| | | | | aggregator module | |||
* | #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 | |||
* | #195781 by keith.smith: improve aggregator help text | Gábor Hojtsy | 2007-12-04 | |
| | ||||
* | - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: ↵ | Dries Buytaert | 2007-11-26 | |
| | | | | fixed minor spelling issues and fixed spacing issues. | |||
* | #187881 by mooffie: fix misnamed database table names in schema documentation | Gábor Hojtsy | 2007-11-04 | |
| | ||||
* | - Patch #89196 by catch, keith, earnie, webchick et al: string massaging. | Dries Buytaert | 2007-10-25 | |
| | ||||
* | #147492 by flobruit: make 'more' links themeable | Gábor Hojtsy | 2007-10-22 | |
| | ||||
* | #173188 by chx: update aggregator menu items when an aggregator category is ↵ | Gábor Hojtsy | 2007-10-16 | |
| | | | | changed | |||
* | #164983 by multiple contributors: document the core database schemas | Gábor Hojtsy | 2007-10-10 | |
| | ||||
* | - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵ | Dries Buytaert | 2007-10-05 | |
| | | | | .schema files into .install files to prevent mistakes. | |||
* | - Patch #144634 by chx: fixed critical bug that prevented language ↵ | Dries Buytaert | 2007-10-02 | |
| | | | | negotiation to work after/when drupal_goto() is called. | |||
* | #173082 by dvessel: tplify aggregator module, make more stuff themeable | Gábor Hojtsy | 2007-09-13 | |
| | ||||
* | #174348 by chx: image column was not present in an aggregator_save_feed() ↵ | Gábor Hojtsy | 2007-09-11 | |
| | | | | query, but it does not have a default value, so we need to include it in the query | |||
* | - Patch #172961 by webernet: code style fixes. | Dries Buytaert | 2007-09-05 | |
| | ||||
* | - Patch #172835 by Crell: split up aggregator module. | Dries Buytaert | 2007-09-05 | |
| | ||||
* | - Patch #159447 by chx, webchick, crell et all: fixed various aggregator ↵ | Dries Buytaert | 2007-09-03 | |
| | | | | related problems. | |||
* | - Patch #132369 by dmitrig01 and simplymenotu: fixed various E_NOTICE problems. | Dries Buytaert | 2007-08-30 | |
| | ||||
* | #151782 by agentrickard: missing form_state in aggregator form functions | Gábor Hojtsy | 2007-08-30 | |
| | ||||
* | #148973 by chx: actually insert an empty value for description, so it is not ↵ | Gábor Hojtsy | 2007-08-30 | |
| | | | | null, and does not cause a problem for postgres | |||
* | - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵ | Dries Buytaert | 2007-08-12 | |
| | | | | Oracle and DB2. Also a performance improvement. (Correct version this time.) | |||
* | - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵ | Dries Buytaert | 2007-08-12 | |
| | | | | Oracle and DB2. Also a performance improvement. | |||
* | #100641 by kkaefer, ChrisKennedy and RobRoy: change 'Submit' buttons to ↵ | Gábor Hojtsy | 2007-07-16 | |
| | | | | 'Save' to compliy with the desktop metaphor and actually tell what the button does ('we know it submits the form, but what it does?') | |||
* | - Rollback of patch #147947: lacks proper upgrade path. | Dries Buytaert | 2007-07-15 | |
| |