summaryrefslogtreecommitdiff
path: root/modules/system
Commit message (Collapse)AuthorAge
* - Patch #259871 by pwolanin: clean up system.test.Dries Buytaert2008-05-19
|
* - Patch #193076 by quicksketch, dmitrig01 and paul.lovvik: drag and drop ↵Dries Buytaert2008-05-15
| | | | support for poll module.
* - Patch #256152 by catch: added additional tests for the IP address blocking ↵Dries Buytaert2008-05-10
| | | | and added a small usability improvement.
* - Patch #73874 by pwolanin: normalize the permissions table and wrote ↵Dries Buytaert2008-05-07
| | | | simpletests for the (new) permission handling. At last.
* - Patch #248436 by catch: fixed some bugs in the statistics module, wrote ↵Dries Buytaert2008-05-07
| | | | some tests, and made some minor usability improvments along the way. That is _exactly_ how we like it.
* - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵Dries Buytaert2008-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 #244942 by Freso and pwoladin: removed outdated string from ↵Dries Buytaert2008-05-05
| | | | documentation.
* - Patch #192962 by gpk et al: ghop #24, module administration page improvements.Dries Buytaert2008-05-05
|
* - Patch #227830 by JohnAlbin: link attributes added to l() incorrectly.Dries Buytaert2008-05-02
|
* - Patch #127295 by yhager: module version numbers should always be shown ↵Dries Buytaert2008-04-30
| | | | left-to-right.
* - Patch #246298 by boombatower: added missing <label> to module names on ↵Dries Buytaert2008-04-30
| | | | uninstall page. Improves consistency with the module install page.
* - Patch #234785 by Rowanw: made the 'more help' link work with RTL languages.Dries Buytaert2008-04-25
|
* - Patch #249546 by pwolanin: rip menu access inheritance -- was already ↵Dries Buytaert2008-04-23
| | | | committed to D6.
* - Added a test framework to Drupal along with a first batch of tests forDries Buytaert2008-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 #245504 by catch, David_Rothstein, Freso, et al: removed the ↵Dries Buytaert2008-04-16
| | | | throttle module from Drupal core.
* - Patch #175841 by catch et al: remove comment controls for users. Yowza.Dries Buytaert2008-04-16
|
* - Patch #244942 by pwolanin: fixed outdated function name in schema description.Dries Buytaert2008-04-15
|
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-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 Buytaert2008-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 #243524 by christefano: display INFO_ALL output when calling ↵Dries Buytaert2008-04-10
| | | | system_php().
* - Patch #228594 by catch et al: removed access rule functionality from core.Dries Buytaert2008-04-08
| | | | | | | | | | | The access rules capability of user module has been stripped down to a simple method for blocking IP addresses. E-mail and username restrictions are now available in a contributed module. IP address range blocking is no longer supported and should be done at the server level. This patch is partly motiviated by the fact that at the usability testing, it frequently came up that users went to "access rules" when trying to configure their site settings.
* - Patch #240387 by matt2000 et al: move 'content types' to 'site building' ↵Dries Buytaert2008-04-06
| | | | per the UMN usability study results.
* - Patch #234785 by Rowanw, yoroy, flobruit, et al: usability: improve ↵Dries Buytaert2008-04-02
| | | | visibility of the 'more help' link by adding an icon.
* - Patch #241369 by kkaefer: code style improvements for easier patching later.Dries Buytaert2008-04-01
|
* - Patch #237717 by hass: missing t() function.Dries Buytaert2008-03-23
|
* - Patch #235821 by kbahey and pwolanin: include upgrade path for cron ↵Dries Buytaert2008-03-21
| | | | changes, improved security of key.
* - Patch #52910 by kbahey, keith.smith, Susurrus, et al: restict access to ↵Dries Buytaert2008-03-17
| | | | cron.php.
* - Patch #214271 by recidive: improved schema identation.Dries Buytaert2008-03-15
|
* - Patch #234065 by David_Rothstein: added missing period.Dries Buytaert2008-03-14
|
* - Patch #229517 by keith.smith and flobruit: de-html selected interface strings.Dries Buytaert2008-03-13
|
* - Patch #231437 by catch, Rob, freso et al: remove ping module from core.Dries Buytaert2008-03-11
|
* - Patch #216813 by pwolanin et al: fixed upgrade path for primary links and ↵Dries Buytaert2008-02-23
| | | | navigation.
* - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide ↵Dries Buytaert2008-02-20
| | | | descriptions for permissions on the permission administration page.
* - Patch #221384 by webernet: update core compatibility to Drupal 7.Dries Buytaert2008-02-18
|
* - Patch #221072 by Pancho: fixed access control check on the theme ↵Dries Buytaert2008-02-14
| | | | configuration page.
* - Patch #219366 by pwolanin: cannot add external links to admin interface.Dries Buytaert2008-02-12
|
* - Patch #220329 by catch: bumped the minimum MySQL requirement for Drupal 7 ↵Dries Buytaert2008-02-12
| | | | to MySQL 5.
* - Patch #220260 by webchick: proper version constant for D7. Oh yeah. :)Dries Buytaert2008-02-12
|
* - Patch #215308 by Pancho: 'testing clean URLs' stay after test.Dries Buytaert2008-02-08
|
* - Patch #214513 by Lynn: missing break-statement in system_send_email_action.Dries Buytaert2008-02-06
|
* #216238 by theborg: theme descriptions were not translated properly (minor)Gábor Hojtsy2008-02-04
|
* #215858 by pwolanin: localized menu options were saved into the database, ↵Gábor Hojtsy2008-02-04
| | | | avoid this by using different variable names / array keys
* Back to 6.0-devGábor Hojtsy2008-01-30
|
* Preparing for RC3Gábor Hojtsy2008-01-30
|
* #105405 by chx, Pancho: (regression) remove web server version checking; it ↵Gábor Hojtsy2008-01-30
| | | | is not in Drupal 5; Apache 1.3 is surpassed for a long time now
* #215303 by Pancho, slightly modified: clean URL test support text was not ↵Gábor Hojtsy2008-01-29
| | | | green if not using JS
* #210219 follow by myself: update_sql() does not support placeholders, so we ↵Gábor Hojtsy2008-01-29
| | | | should compose our own SQL ourselfs
* #210219 by htalvitie, yched: initialize block caching properties properly on ↵Gábor Hojtsy2008-01-28
| | | | install (and update bugos RC2 sites as well)
* #204411 by chx, slightly modified: heal a possible MySQL import error when ↵Gábor Hojtsy2008-01-25
| | | | the anonymous user becomes broken
* #107375 follow up by zeta-zoo: fixed incorrect description for MySQL's ↵Gábor Hojtsy2008-01-24
| | | | 'Select_range_check'