summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #199780 by Pancho and chx: fix problem in access rules check introduced in ↵Gábor Hojtsy2007-12-20
| | | | #174025
* #192767 follow up by chx: array_shift() should not be called with runtime ↵Gábor Hojtsy2007-12-19
| | | | references
* #202473 by keith.smith: three more typos fixedGábor Hojtsy2007-12-19
|
* #202473 by keith.smith: pre-RC1 spell checking on hopefully final textGábor Hojtsy2007-12-19
|
* #189879 by keith.smith: filter module help text cleanup, better for ↵Gábor Hojtsy2007-12-19
| | | | translators with more concentrated explanations
* #189878 by O Govinda, keith.smith: comment module help updates, removing ↵Gábor Hojtsy2007-12-19
| | | | help on features which are not there, and adding help on Drupal 6's new per content type comment settings
* #202425 by keith.smith: standardize reference to block placement page as ↵Gábor Hojtsy2007-12-19
| | | | 'blocks administration page' to avoid any confusion
* #192779 follow up by Lynn: only show enabled themes on block admin page ↵Gábor Hojtsy2007-12-19
| | | | *and* the admin theme (which might not be enabled)
* #202397 by keith.smith: document profile module drag and drop in help text ↵Gábor Hojtsy2007-12-19
| | | | and add info on how categories come to life / can be edited
* #197730 by keith.smith: standardize on a much more user friendly cron ↵Gábor Hojtsy2007-12-19
| | | | reference in help texts, explain its importance with more examples in INSTALL.txt
* #100577 by O Govinda, keith.smith, catch: improve contact module help, more ↵Gábor Hojtsy2007-12-19
| | | | links to where settings are located
* #183940 by bjaspan, keith.smith: remove broken JS compression, but leave JS ↵Gábor Hojtsy2007-12-19
| | | | aggregation; update help text to that effect
* #199874 by gaele, keith.smith and JirkaRybka: better explanation of site ↵Gábor Hojtsy2007-12-19
| | | | email address, slogan and mission based on usability feedback
* One remaining button titled 'Submit' which slipped through the taxonomy drag ↵Gábor Hojtsy2007-12-19
| | | | and drop patch
* #201540 by theborg, douggreen, Pancho: some system setting were not ↵Gábor Hojtsy2007-12-19
| | | | validated properly; also added missing required field markers
* #103041 by O Govinda, gaele and keith.smith: reworked node help, removing ↵Gábor Hojtsy2007-12-19
| | | | mention of UI elements we don't have, and linking in other features, we do have; also easier on the translators with text broken up into shorter parts
* #202026 by marco.robotangel, keith.smith: avoid tech language in connection ↵Gábor Hojtsy2007-12-19
| | | | to feeds
* #201333 by keith.smith and myself: fix typos in taxonomy form, also fix a ↵Gábor Hojtsy2007-12-19
| | | | few code comments
* #200424 follow up by keith.smith: small typo fixed in default settings fileGábor Hojtsy2007-12-19
|
* #201344 by catch: fix a spelling error in taxonomy moduleGábor Hojtsy2007-12-19
|
* #189881 by keith.smith: document drag and drop in menus and clean up some ↵Gábor Hojtsy2007-12-19
| | | | more help text
* #200424 by mpare and myself: strengten the note that all settings.php set ↵Gábor Hojtsy2007-12-19
| | | | configuration options are fixed, and cannot be modified on the web interface
* #202169 by keith.smith: system module help updated to latest feature set, ↵Gábor Hojtsy2007-12-19
| | | | links to themes and modules
* #178523 by scor, JirkaRybka, keith.smith: user facing errors should contain ↵Gábor Hojtsy2007-12-19
| | | | text for users, not text for developers; still keeping some debug information, if display_errors is turned on on the server
* #194494 by blackdog: fix two noticed on install when password is not providedGábor Hojtsy2007-12-19
|
* #202184 by Rho_pare: fix drupal_alter() not checking for having an array, ↵Gábor Hojtsy2007-12-19
| | | | broken by #192767
* #110981 by saxofaan: allow contrib modules in install profiles and runtime ↵Gábor Hojtsy2007-12-19
| | | | to have requirements, just like core modules; also fix a consistency between message presentation in install and runtime requirements
* #200370 by quicksketch: fixes to drag and drop support to make it usable by CCKGábor Hojtsy2007-12-19
|
* #199336 by JirkaRybka: remove improper t() use in update code (update goes ↵Gábor Hojtsy2007-12-19
| | | | all in English, but there were some mistakes), and add messages to updates where there was no return value otherwise, so users know what happens in each update
* #99947 by neclimdul, Sutharsan, keith.smith: forum module help text and form ↵Gábor Hojtsy2007-12-19
| | | | description update, removing reference to other forum software as well
* #198865 by sign: taxonomy term deletion was broken due to some leftover codeGábor Hojtsy2007-12-19
|
* - Patch #199510 by Pancho: fixed form API conversions.Dries Buytaert2007-12-18
|
* - Patch #199508 by Pancho: parameters for form validation and submission ↵Dries Buytaert2007-12-18
| | | | have changed.
* - Patch #201437 by keith.smith: further massaging of the help texts.Dries Buytaert2007-12-18
|
* #193333 follow up by catch: remove reset to alphabetical button shown on ↵Gábor Hojtsy2007-12-18
| | | | forum forms incidentally as a result of the taxonomy drag and drop patch
* - Patch #201894 by David Rothstein: fixed typo in user output.Dries Buytaert2007-12-18
|
* #199890 by gaele, keith.smith: improve block module help text, include ↵Gábor Hojtsy2007-12-18
| | | | description of drag and drop and better help about the throttle functionality; also comes in smaller chunks which makes it easier to translate and update later
* #189880 by keith.smith based on initial suggestions from O Govinda: much ↵Gábor Hojtsy2007-12-18
| | | | better help texts and descriptions for locale module, actually explaining its extended feature set in Drupal 6.
* #192767 by fago, Eaton, chx: taking form_state per reference in form ↵Gábor Hojtsy2007-12-18
| | | | constructor function. Will be replaced with a nicer PHP 5 solution in Drupal 7.
* #201997 by webernet: fix bad variable name in update requirements check ↵Gábor Hojtsy2007-12-18
| | | | introduced in #194310
* #199832 by theborg, Pasqualle: block title defined as NOT NULL, so requires ↵Gábor Hojtsy2007-12-18
| | | | a default empty string even if not set (fixes a theme notice but also a pgsql error)
* - Patch #164532 by catch, pwolanin, David Strauss, et al.: improve table ↵Dries Buytaert2007-12-18
| | | | indicies for common queries.
* - Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API ↵Dries Buytaert2007-12-18
| | | | (and removed spaces).
* - Patch #195073 by yshed and quicksketch: make DnD functionality work on IE7.Dries Buytaert2007-12-18
|
* #193804 by starbow, Rob Loach, Wim Leers: add often used basePath setting by ↵Gábor Hojtsy2007-12-17
| | | | defualt to JS settings, also providing an elegant bugfix to #201248
* #67895 patch by myself, tested by JirkaRybka and blackdog: move poll votes ↵Gábor Hojtsy2007-12-17
| | | | with poll options, when an option is removed, instead of dropping all old votes, solving an old data loss bug
* #201717 by catch: remove the utf8 update helper which is the remaining of ↵Gábor Hojtsy2007-12-17
| | | | the removed 4.6 to 4.7 updates
* #201725 by bdragon: access control was renamed to permissions but this was ↵Gábor Hojtsy2007-12-17
| | | | not reflected in two remaining permission checks
* #194310 follow up by chx and myself: only load comment module when we can ↵Gábor Hojtsy2007-12-17
| | | | actually do it, and when we need it in comment.install
* rollback of #197425 following on Steven Witten's discontent on how it looks ↵Gábor Hojtsy2007-12-17
| | | | in Garland