summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #537654 by catch: Tidy up comment links, and remove hook_link() in favour of ↵Angie Byron2009-08-08
| | | | hook_page_alter().
* #485974 by pwolanin, Damien Tournoud, mr.baileys: Improved security by ↵Angie Byron2009-08-08
| | | | limiting the number of allowed login attempts.
* #211439 follow-up by catch: Add missing index for module_list().Angie Byron2009-08-08
|
* #536984 by Gábor Hojtsy: Fix borders on Updates page.Angie Byron2009-08-08
|
* #536974 by Gábor Hojtsy: Fix weird padding and border in Seven theme.Angie Byron2009-08-08
|
* #528856 by catch: Optimize module_implements() by statically caching the ↵Angie Byron2009-08-08
| | | | maintenance mode variable.
* #543594 by Damien Tournoud: Bubble up exceptions in PDO.Angie Byron2009-08-08
|
* #523244 by arianek, Bojhan, and yoroy: Re-working content type add description.Angie Byron2009-08-07
|
* #536960 by Gábor Hojtsy: 'Add content' link in Seven theme.Angie Byron2009-08-07
|
* #371458 by Damien Tournoud, Gerhard Killesreiter, and smk-ka: Add a missing ↵Angie Byron2009-08-07
| | | | index on menu_router tab_root.
* #473396 by Everett Zufelt, annmcmeekin, jmburnz, sun, et al: Define ↵Angie Byron2009-08-07
| | | | system-wise classes for providing hidden elements for accessibility.
* #382870 by geerlingguy, jmburnz, EclipseGc, JohnAlbin, sun, et al: Update ↵Angie Byron2009-08-06
| | | | and Polish default node.tpl.php output.
* #292253 by Damien Tournoud: Remove per-user themes selection from core.Angie Byron2009-08-05
|
* #533584 by chx, dww, and Nick Lewis: Allow version-level dependency support ↵Angie Byron2009-08-05
| | | | to work with beta, rc, etc.
* #193383 by TheRec, JirkaRybka, and Bart Jansens: Centralize calls to ↵Angie Byron2009-08-05
| | | | set_time_limit() and prevent warnings/errors.
* #364564 by cwgordon7: Document hook_ranking().Angie Byron2009-08-05
|
* #531476 by aaron and mfb: Add favicon mimetype as a theme setting to avoid ↵Angie Byron2009-08-04
| | | | expensive calls to file system.
* #493678 by threexk and tic2000: Fix disappearing Garland tabs in IE 7.Angie Byron2009-08-04
|
* #396388 by andypost: Fix syntax of comment order query for pgsql.Angie Byron2009-08-04
|
* #526120 by catch: Remove the related terms feature from Taxonomy module. ↵Angie Byron2009-08-04
| | | | This can now be accomplished with Field API.
* #500334 by boombatower: Add neutral styling for debug assertions.Angie Byron2009-08-04
|
* #76422 by coreyp_1: Greet admin users with a prompt to create content types ↵Angie Byron2009-08-04
| | | | rather than an access denied page when no content types exist on node/add.
* #433992 by David_Rothstein and Frando: Change #theme_wrapper to ↵Angie Byron2009-08-04
| | | | #theme_wrappers to allow multiple theme functions to execute on renderable objects.
* #315047 by Josh Waihi: Escape PostgreSQL column names in the changeField ↵Angie Byron2009-08-04
| | | | function.
* #477018 by tic2000: Fix falsely-triggered JS alert when moving blocks.Angie Byron2009-08-04
|
* #530950 by catch: Replace iss_null() with isset() - small optimization.Angie Byron2009-08-04
|
* #434350 by cpliakas and Crell: Add a method to explicitly close a database ↵Angie Byron2009-08-04
| | | | connection.
* #504256 by Berdir and sun: Fix notice on modules page when first scanning a ↵Angie Byron2009-08-04
| | | | module.
* #341140 by JohnAlbin and chx: Allow drupal_get_path() to be used even when ↵Angie Byron2009-08-04
| | | | database is down.
* #356240 by stBorchert: Fix phantom list bullets from appearing in Garland ↵Angie Byron2009-08-04
| | | | admin pages.
* #538646 by Gábor Hojtsy: Add missing screenshot to Seven theme.Angie Byron2009-08-03
|
* #339406 by dropcube and boombatower: Add an assertion to check if a checkbox ↵Angie Byron2009-08-03
| | | | is checked.
* #537044 by dropcube: Simplify and expand taxonomy hook tests.Angie Byron2009-08-03
|
* #536968 by yoroy: Make Seven theme a little less SCREAMY.Angie Byron2009-08-03
|
* #536150 follow-up by gordonh and dww: Move more update.php functions to ↵Angie Byron2009-08-03
| | | | update.inc.
* #395132 by jhodgdon: Fix inaccurate documentation for poll_node_form_submit().Angie Byron2009-08-03
|
* #489762 by JohnAlbin: Add theme lineage information to .info file cache and ↵Angie Byron2009-08-03
| | | | fix several edge-case bugs.
* #226587 by JohnAlbin, E.Z, et al: Make sidebar regions semantic and ↵Angie Byron2009-08-03
| | | | RTL-friendly.
* #536982 by yoroy: Fix alignment of blank icons in admin theme listing.Angie Byron2009-08-03
|
* - Patch #537678 by Bojhan: remove drag-and-drop help text.Dries Buytaert2009-08-02
|
* - Accidentically committed two patches at once. Rolled back one of them. Sorry.Dries Buytaert2009-08-02
|
* - Patch #535034 by yched: clean up how fields and instances are prepared for ↵Dries Buytaert2009-08-02
| | | | runtime.
* - Patch #537044 by talor: hook_taxonomy_term_update and ↵Dries Buytaert2009-08-02
| | | | hook_taxonomy_term_insert were called backwards.
* #412410 by c960657: Make schema descriptions plain text.Angie Byron2009-08-02
|
* #523298 by catch: Speed up static caching in drupal_lookup_path().Angie Byron2009-08-02
|
* - Patch #493466 by arianek, jhodgdon: documentation for file_save_upload ↵Dries Buytaert2009-08-02
| | | | inaccurately describes a parameter.
* - Patch #310168 by jhodgdon, arianek, traxer: documentation update.Dries Buytaert2009-08-01
|
* - Patch #342950 by Josh Waihi: moving PostgreSQL stored procedures to the ↵Dries Buytaert2009-08-01
| | | | PostgreSQL database backend, where it belongs.
* - Patch #537458 by dropcube: fixed problem with installing Drupal.Dries Buytaert2009-08-01
|
* - Patch #535152 by Bojhan, karschsp: improve help text describing tags.Dries Buytaert2009-08-01
|