summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* Neither of the optimnization checkboxes were selected on the performance ↵Gábor Hojtsy2007-12-07
| | | | page, due to data type mismatch. Noticed while testing #113607.
* #198664 by mooffie: blockquote was misused in the php module help example, ↵Gábor Hojtsy2007-12-07
| | | | use a list instead
* #196043 by chx: menu items saved in the update but broken on the new system ↵Gábor Hojtsy2007-12-06
| | | | (due to coming from disabled or old modules) were not possible to delete
* #197386 follow up by JirkaRybka: tiny coding style issueGábor Hojtsy2007-12-06
|
* #197385 by chx and catch: the menu system stores only non-aliased paths, so ↵Gábor Hojtsy2007-12-06
| | | | alert users to this, when they try to save aliased paths
* #198321 by ulhume: recent security update had the arguments order wrong in ↵Gábor Hojtsy2007-12-06
| | | | db_query_range()
* #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functionsGábor Hojtsy2007-12-06
|
* #194320 by Lynn: search block default value was array() when an empty string ↵Gábor Hojtsy2007-12-06
| | | | was intended
* Back to 6.0-devGábor Hojtsy2007-12-05
|
* Drupal 6.0 beta 4Gábor Hojtsy2007-12-05
|
* security fixes forward ported from Drupal 5.2 - previously not committed ↵Gábor Hojtsy2007-12-05
| | | | parts of http://drupal.org/cvs?commit=74833
* #175127 by keith.smith: better and more translator friendly help textGábor Hojtsy2007-12-05
|
* #196410 report by daniel.soneira, patch by myself, tested by Freso: several ↵Gábor Hojtsy2007-12-05
| | | | fixes to url() generation and path aliasing, fixing path aliases for node paths and front page links in themes
* #186242 by douggreen: ignore AND in search, as it is the default behavior ↵Gábor Hojtsy2007-12-05
| | | | and inform the user when a lower case 'or' is used that 'OR' should be used as an operator
* #190164 by John Morahan: user_autocomplete returns JSON, not a pipe ↵Gábor Hojtsy2007-12-04
| | | | delimited list
* #197500 reported by webernet, patch by myself and chx: instead of calling ↵Gábor Hojtsy2007-12-04
| | | | into the Drupal API with _block_rehash(), implement what we need from that right there in system_update_6027
* #195781 by keith.smith: improve aggregator help textGábor Hojtsy2007-12-04
|
* The indentation div used in drag and drop was also not RTL friendly ↵Gábor Hojtsy2007-12-04
| | | | positioned. Noted by Steven Wittens, fix by myself.
* Table drag handler was not properly positioned in RTL themes. Note by Steven ↵Gábor Hojtsy2007-12-03
| | | | Wittens, patch by myself.
* #188498 follow up by pwolanin: using double quotes in pgsql queries is not ↵Gábor Hojtsy2007-12-03
| | | | possible
* #184968 by chx and myself: confirm forms for node revision and delete forms ↵Gábor Hojtsy2007-12-03
| | | | (avoiding CSRF)
* #196775 by dww: constant name typo caused Drupal to not inform people ↵Gábor Hojtsy2007-12-02
| | | | properly when a stale version of Drupal core was running
* rollback of #112512: option labels should be wrapped, translations bugos ↵Gábor Hojtsy2007-12-02
| | | | with the default CSS can ship with other tricky solutions
* #193105 follow up by webernet: only run upload module update if the table is ↵Gábor Hojtsy2007-11-30
| | | | there
* #154517 follow up by Desbeers: fix saving and updating language aware path ↵Gábor Hojtsy2007-11-30
| | | | aliases
* #141727 by merlinofchaos, dvessel, sun: restore themeability support for ↵Gábor Hojtsy2007-11-30
| | | | maintenance pages (regression)
* #193998 by Rob Loach and quicksketch: profile fields drag and dropGábor Hojtsy2007-11-30
|
* #196351 by robertDouglass: fix small SQL errorGábor Hojtsy2007-11-29
|
* #194585 by chx: some duplicate menu items appeared through the menu updatesGábor Hojtsy2007-11-29
|
* #195678 by catch: standardise on Save and Preview button terminology (for ↵Gábor Hojtsy2007-11-29
| | | | comments) and button placement for comments and nodes, so Save is always the leftmost button, and there is no guessing to find it
* #193105 by dmitrig01, quicksketch: add weights and drag and drop ordering ↵Gábor Hojtsy2007-11-29
| | | | support to uploads
* #155337 by gpk and Bevan: only treat newlines teaser breakers, if the ↵Gábor Hojtsy2007-11-29
| | | | newline filter is present in the particular input format
* - Patch #162381 by Heine et al: properly escape strings.Dries Buytaert2007-11-28
|
* - Patch #194304 by Gabor: upgrade should only enable PHP module if necessary.Dries Buytaert2007-11-28
|
* #133092 by wmostrey: hide help page links when help module is not enabled, ↵Gábor Hojtsy2007-11-27
| | | | so the links lead to 404s
* #195743 by kkaefer: (usability) add labels to module names in the module ↵Gábor Hojtsy2007-11-27
| | | | admin form
* #195631 by yhager: although logs was changed to reports, this was not ↵Gábor Hojtsy2007-11-27
| | | | reflected in dblog_init()
* #195730 by yhager: update module version numbers should always be LTRGábor Hojtsy2007-11-27
|
* #184968 spin off coding style fixes to let the substance of the patch get ↵Gábor Hojtsy2007-11-27
| | | | reviewed
* #195543 by hass and yhager: CSS inherit was completely misused in RTL CSS filesGábor Hojtsy2007-11-27
|
* #115912: remove misleading reference to node formats in node_teaser() phpdocGábor Hojtsy2007-11-27
|
* #195576 by webernet: fix broken state of book updates due to my faulty ↵Gábor Hojtsy2007-11-27
| | | | rollback of a patch
* #43447 by Kobus, add1sun and keith.smith: improve blog module help text, ↵Gábor Hojtsy2007-11-26
| | | | also removing ages old reference to import module
* #193320 by JirkaRybka: _locale_rebuild_js() was invoked on every page view, ↵Gábor Hojtsy2007-11-26
| | | | now optimized
* #193333 follow up by quicksketch: only show submit button and weight if ↵Gábor Hojtsy2007-11-26
| | | | there is more than one vocabulary
* Rollback the accidentally committed #194310Gábor Hojtsy2007-11-26
|
* #193333 by quicksketch et al: taxonomy drag and drop supportGábor Hojtsy2007-11-26
|
* - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: ↵Dries Buytaert2007-11-26
| | | | fixed minor spelling issues and fixed spacing issues.
* - Patch #195173 by Eaton et al: allow administrators to clear all caches.Dries Buytaert2007-11-26
|
* - Patch #192736 by quicksketch et al: drag and drop for book module.Dries Buytaert2007-11-26
|