summaryrefslogtreecommitdiff
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
* #198440 by davideads: provide the user object to all templatesGábor Hojtsy2007-12-07
|
* #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
|
* #198218 by fractile81 and catch: two missing semicolons in tabledrag.jsGá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
* XSS fixes forward ported from Drupal 5.1 - previously not committed parts of ↵Gábor Hojtsy2007-12-05
| | | | http://drupal.org/cvs?commit=53675
* #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
* another go at #181582 (same patch as before), now that maintenance theming ↵Gábor Hojtsy2007-12-04
| | | | allows us to use Minnelli properly in updates and installs even with .info file based inheritance
* #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.
* #197267 by ufku: fix copy-pasted incorrect documentation on two file functionsGábor Hojtsy2007-12-03
|
* 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
* #196513 by yched: resizable textarea was a bit too agressive in unbinding ↵Gábor Hojtsy2007-11-30
| | | | handlers, so it made drag and drop disabled
* #141727 follow up by dvessel: fix maintenance theme in updatesGábor Hojtsy2007-11-30
|
* #193105 follow up by webernet: only run upload module update if the table is ↵Gábor Hojtsy2007-11-30
| | | | there
* #141727 follow up by dvessel: handle developer edge case in theme handling ↵Gábor Hojtsy2007-11-30
| | | | when database is active, but tables are not there
* #154517 follow up by Desbeers: fix saving and updating language aware path ↵Gábor Hojtsy2007-11-30
| | | | aliases
* #194026 by mfer: if only themes add JS files, drupal.js and jquery.js were ↵Gábor Hojtsy2007-11-30
| | | | not added
* #141727 by merlinofchaos, dvessel, sun: restore themeability support for ↵Gábor Hojtsy2007-11-30
| | | | maintenance pages (regression)
* #194149 reported by hswong3i, in patch form by Rob Loach: action loading was ↵Gábor Hojtsy2007-11-30
| | | | using improper variable and property names
* #137650 by Darren Oh: allow module_invoke_all() to merge multiple arrays ↵Gábor Hojtsy2007-11-30
| | | | recursively
* #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
|
* #194743 by myself, reported and tested by Murz: the base URL was not ↵Gábor Hojtsy2007-11-29
| | | | properly modified for outgoing links to different language domains and path aliases were not handled in the target language
* #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
* #196195 by yched: fix missing CVS Id tag in tabledrag.jsGábor Hojtsy2007-11-29
|
* - 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
* #195073 by quicksketch: self is passed anyway, so we don't need to do it as ↵Gábor Hojtsy2007-11-27
| | | | part of the event
* #195743 by kkaefer: (usability) add labels to module names in the module ↵Gábor Hojtsy2007-11-27
| | | | admin form