summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* #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
|
* #120960 by blakehall, JirkaRybka, catch: improve usability of content ↵Gábor Hojtsy2007-11-26
| | | | editing permission names
* #188498 by Rob Loach: user profile category names are stored and compared ↵Gábor Hojtsy2007-11-26
| | | | case insensitively, but the reserved category name check was not case insensitive
* #111481 by chx and pwolanin: profile categories may contain slashes, but ↵Gábor Hojtsy2007-11-26
| | | | this was not yet supported by the user object menu loader
* #173408 by markus_petrux / add1sun: move proxy IP configuration options to ↵Gábor Hojtsy2007-11-26
| | | | settings.php, because these need to be used before Drupal has the variables loaded from the database
* #191246 by domasj: sort module help pages by display name, not file nameGábor Hojtsy2007-11-25
|
* #193905 report by greggles, patch by myself: the user account page changed ↵Gábor Hojtsy2007-11-24
| | | | language to the last language set up
* #194994 by gpk: the PHP format was moved to php/0 instead of filter/2 and ↵Gábor Hojtsy2007-11-24
| | | | this was not updated in the node teaser building code
* #194166 rollback and additional comments by chx: developers can modify menu ↵Gábor Hojtsy2007-11-24
| | | | editing behavior with hook_form_alter(), no need for menu API hacks, which were half done anyway
* #175876 by hazexp, webernet, keith.smith: unify module/theme/translation ↵Gábor Hojtsy2007-11-24
| | | | download links and include more pointers to these locations
* #194859 by Rob Loach: missing brackets around table names in user.admin.incGábor Hojtsy2007-11-24
|
* #193366 by chx: rebuild caches when displaying the module admin screen, to ↵Gábor Hojtsy2007-11-23
| | | | avoid stale data in registries when the submission is handled
* - Removing excessive whitespace.Dries Buytaert2007-11-23
|
* - Modified patch #194166 by profix898 and chx: menu system does not respect ↵Dries Buytaert2007-11-23
| | | | MENU_MODIFIABLE_BY_ADMIN.