summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #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
|
* - Patch #528182 by yched: added missing field type documentation and removed ↵Dries Buytaert2009-08-01
| | | | some unnessary code.
* - Patch #537062 by yched: remove unneeded comment_edit() page callback and ↵Dries Buytaert2009-08-01
| | | | convert some code from arrays to objects for consistency.
* - Patch #528918 by lyaunzbe: document that hook_form_alter() passes by ↵Dries Buytaert2009-07-31
| | | | reference. lyaunzbe is a new contributor -- welcome!
* - Patch by chx and DamZ: fixed a failing test.Dries Buytaert2009-07-31
|
* - Patch #536784 by deekayen: fixed spelling of the word 'permission'.Dries Buytaert2009-07-31
|
* - Patch #530976 by catch: small performance optimization to drupal_render().Dries Buytaert2009-07-31
|
* - Patch #504666 by catch, yched, et al: make comments fieldable. Oh my. Bye ↵Dries Buytaert2009-07-31
| | | | bye comments as nodes?
* - Patch #484860 by markboulton, Gábor Hojtsy, cwgordon7 et al: initial ↵Dries Buytaert2009-07-31
| | | | Drupal 7 admin theme. Yeaha!
* - Patch #536570 by Gábor Hojtsy: implemented new IA for top-level users.Dries Buytaert2009-07-31
|
* - Patch #536440 by Gábor Hojtsy: the attached patch moves the Structure >> ↵Dries Buytaert2009-07-31
| | | | Themes section to the top level Appearance item as outlined in the D7UX IA.
* - Patch #530132 by dropcube: node-terms associations are not removed from DB ↵Dries Buytaert2009-07-31
| | | | when a node revision is deleted.