summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Trivial misuse of t() found in system_menu() while debugging t() usage.Gábor Hojtsy2007-11-07
|
* #181582 by Crell and Rob Loach: use theme inheritance in the Minnelli theme, ↵Gábor Hojtsy2007-11-07
| | | | so no @import is required
* #189837 by chx: remove temporary table usage from comment_enable(). Now we ↵Gábor Hojtsy2007-11-07
| | | | require MySQL 4.1 and it has constructs which make this unnecessary.
* #124979 by bjaspan: fix PostgreSQL upgrade path, keeping the primary key on ↵Gábor Hojtsy2007-11-07
| | | | the node_comment_statistics table
* #184668 by hazexp: remove extra ; from old SQL updateGábor Hojtsy2007-11-07
|
* #171117 by JirkaRybka: set access time for admin created or edited accounts ↵Gábor Hojtsy2007-11-06
| | | | so they are exempt from the spam protection we have for accounts never logged in
* #80963 by chx with multiple contributors: remove deletion and database lock ↵Gábor Hojtsy2007-11-06
| | | | based block rehash code, replace it with simpler updates
* #180109 by JirkaRybka: overcome browser quirk to detect when no taxonomy ↵Gábor Hojtsy2007-11-06
| | | | term was selected
* #178581 by lot of contributors: opt-in for update module on install and ↵Gábor Hojtsy2007-11-06
| | | | update to avoid any privacy concerns
* #185209 by ChrisKennedy: only provide picture deletion option if there is an ↵Gábor Hojtsy2007-11-06
| | | | actual user picture present
* #186903 by marcingy, Rob Loach and chx: (regression) restore my recent posts ↵Gábor Hojtsy2007-11-06
| | | | functionality in tracker
* #189009 by AjK: edit own poll permission was missing from poll module ↵Gábor Hojtsy2007-11-05
| | | | (although available for other content types)
* #187759 by myself: add missing break to reach when if() was not satisfied, ↵Gábor Hojtsy2007-11-05
| | | | to avoid extra unrelated help appearing on block configure pages
* #180191 by chx: fix notice in teaser handlingGábor Hojtsy2007-11-05
|
* #186749 by Rob Loach and myself: (regression) only override comment ↵Gábor Hojtsy2007-11-05
| | | | submitter name with anonymous name, if it was not provided already
* #172592 by add1sun, ChrisKennedy, jvandyk and keith.smith: add help page to ↵Gábor Hojtsy2007-11-05
| | | | syslog module and fix form item descriptions
* Fix locale.info typo I noticed while translatingGábor Hojtsy2007-11-05
|
* #78487 by FredCK, forngren and bjaspan: document <front> support in url() ↵Gábor Hojtsy2007-11-04
| | | | and l() and proper active class support for <front>
* #112512 by spatz4000: disallow breaking option form labelsGábor Hojtsy2007-11-04
|
* #189205 by webernet: fix missing quite in theme.inc code documentationGábor Hojtsy2007-11-04
|
* #133435 by jpetso: fix arg() phpdoc to document that NULL is returned when ↵Gábor Hojtsy2007-11-04
| | | | an argument is not found
* #185126 by moshe weitzman, David Strauss, bjaspan and JirkaRybka: improve ↵Gábor Hojtsy2007-11-04
| | | | index on system table for better database performance
* #188386 by dmitrig01: fix hidden and fieldset AHAH expandabilityGábor Hojtsy2007-11-04
|
* #173664 by fractile81: fix order of precedence in file_scan_directory(), so ↵Gábor Hojtsy2007-11-04
| | | | subtheme files will really override parent theme files
* #187391 by jrbeeman, catch: redirect user to proper node comment page after ↵Gábor Hojtsy2007-11-04
| | | | submitting a new comment
* #184729 by hazexp: remove duplicate wording about the username in mail sent ↵Gábor Hojtsy2007-11-04
| | | | out to new users
* #188911 by chx: hide toggle settings fieldset when a theme has 'no features'Gábor Hojtsy2007-11-04
|
* #185893 by Rob Loach: only provide blog page for users having permission to blogGábor Hojtsy2007-11-04
|
* #176342 by dmhouse, spatz4000 and Wim Leers: add reset parameter to ↵Gábor Hojtsy2007-11-04
| | | | user_access()
* #93425 by bjaspan: remove pre-Drupal 4.6 era destination handling cruft ↵Gábor Hojtsy2007-11-04
| | | | carried over in comment module
* #180719 by sun and JirkaRybka: standardize on displaying the term ↵Gábor Hojtsy2007-11-04
| | | | description on term pages and feeds, but only if there was one term, not more
* #177738 by chx: fix notice in Garland, when site_fields is an empty arrayGábor Hojtsy2007-11-04
|
* #179143 by chx and agentrickard: unify update code for files, fixing ↵Gábor Hojtsy2007-11-04
| | | | postgresql bugs with it
* #185124 by JirkaRybka: fix notices in taxonomy module displayed on 404 pagesGábor Hojtsy2007-11-04
|
* #187881 by mooffie: fix misnamed database table names in schema documentationGábor Hojtsy2007-11-04
|
* #160200 by dvessel and chx: better theming support for book moduleGábor Hojtsy2007-11-04
|
* #186963 by JirkaRybka: remove HTML from link titles (attribute values) if it ↵Gábor Hojtsy2007-11-04
| | | | seems we have tags included
* #154517 by Desbeers: fix locale form alter to properly alter the path alias ↵Gábor Hojtsy2007-11-04
| | | | addition form
* - Patch #164032 by Crell, Chris Kennedy, dmitrig01, WimLeers, dvessel et al: ↵Dries Buytaert2007-10-31
| | | | tpl-ified the search module.
* - Patch #100582 by O Govinda, keith.smith: improved the user documentation ↵Dries Buytaert2007-10-31
| | | | on the UI.
* - Patch #163499 by Crell et al: split up comment module.Dries Buytaert2007-10-31
|
* - Patch #181576 by Crell: split trigger module.Dries Buytaert2007-10-31
|
* - Patch #187877 by Keith Smith: fixed slight documentation inconsistency.Dries Buytaert2007-10-31
|
* - Patch #172396 by webchick: better prefix description on the installer screens.Dries Buytaert2007-10-31
|
* - Patch #172097 by Eaton: improved PHPdoc of form API.Dries Buytaert2007-10-31
|
* - Patch #186718 by bdragon: removed redundant query.Dries Buytaert2007-10-28
|
* #186899 by keith.smith: user registration settings typo fixGábor Hojtsy2007-10-27
|
* #186977 by openwereld: LIMIT on locale module UPDATE query is not needed and ↵Gábor Hojtsy2007-10-27
| | | | is even not PostreSQL compatible, so remove
* #182528 by RobRoy: move drupal_set_message() out of user deletion API ↵Gábor Hojtsy2007-10-27
| | | | function to UI function
* #100581 by keith.smith: improve form item descriptions on the performance ↵Gábor Hojtsy2007-10-27
| | | | settings page