summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* #210479 by catch, dvessel: add newlines to list items, so inline display and ↵Gábor Hojtsy2008-01-21
| | | | RTL issues are resolved
* #211353 follow up by JirkaRybka: ensure that on upgrades, if the ↵Gábor Hojtsy2008-01-21
| | | | file_directory_path was not set, set it to the Drupal 5 default
* #211359 by chx: make dead menu items disappear on a Drupal 6 upgradeGábor Hojtsy2008-01-20
|
* #211067 by webchick: blogapi_mt_get_post_categories() not using ↵Gábor Hojtsy2008-01-18
| | | | taxonomy_node_get_terms() properly
* #210936 by Pancho: some padding around taxonomy descriptions on taxonomy ↵Gábor Hojtsy2008-01-18
| | | | pages, so that they get more breathing space
* #211443 by dropcube: kill a feed warning on taxonomy pagesGábor Hojtsy2008-01-18
|
* #211322 by keith.smith: drag and drop documentation for input formats was ↵Gábor Hojtsy2008-01-17
| | | | missing, damn
* #211060 by boydjd: do not display the taxonomy-term-description div when ↵Gábor Hojtsy2008-01-17
| | | | there is no description
* #201641 by Ralf Stamm, Pancho: sort admin themes by info name as wellGábor Hojtsy2008-01-17
|
* #209242 by dww: local .info file changes (ie. updated code) was not taken ↵Gábor Hojtsy2008-01-17
| | | | properly into account in update module
* #208991 follow up by dvessel: forgot to mark the blocks table with ↵Gábor Hojtsy2008-01-16
| | | | sticky-enabled
* #210260 by dropcube: kill notice when anonymous users uses site-wide contact ↵Gábor Hojtsy2008-01-16
| | | | form
* #210211 by chx, theborg: removing the broken admin user search, which would ↵Gábor Hojtsy2008-01-16
| | | | provide the same as the public facing user search anyway
* #208938 by bjaspan, scor: use schema PI for index updates instead of ↵Gábor Hojtsy2008-01-16
| | | | database dependent code
* #201641 by Ralf Stamm, Pancho: sort themes by their .info name, not their ↵Gábor Hojtsy2008-01-16
| | | | file name (just like modules)
* #210141 follow up by dww: cleaning up some code commentsGábor Hojtsy2008-01-16
|
* #189785 by dropcube: anonymous users did not have permission to view the ↵Gábor Hojtsy2008-01-16
| | | | personal contact form, so catch them early
* #200674 by scor, catch: update.php should inform users if their memory limit ↵Gábor Hojtsy2008-01-16
| | | | will possibly result in a WSOD
* #190729 by aufumy, Pasqualle, slightly modified: report incompatibility ↵Gábor Hojtsy2008-01-15
| | | | early, if the dependencies key is not an array in the .info file
* #209584 by Rob Loach: 404/403 validation is also done in runtime so to allow ↵Gábor Hojtsy2008-01-15
| | | | more flexibility here, remove the submission time validation
* #201540 follow up by zoo33: move jpeg quality validation to where it ↵Gábor Hojtsy2008-01-15
| | | | belongs, so it is only called if the current image toolkit requires it
* - Patch #210141 by dww (with some modifications by me): implement ↵Dries Buytaert2008-01-15
| | | | hook_flush_caches().
* - Patch #209034 by theborg: fixed small code style error that generates ↵Dries Buytaert2008-01-15
| | | | warnings.
* - Patch #208926 by keith.smith: fixed broken link. The external link to the ↵Dries Buytaert2008-01-15
| | | | RSS specification changed.
* - Patch #206495 by jvandyk: improved consistency of trigger descriptions.Dries Buytaert2008-01-15
|
* - Patch #209236 by traxer: added a validation function for the poll form.Dries Buytaert2008-01-15
|
* - Patch #210140 by dww: fixed code comment: 'default_major' is now ↵Dries Buytaert2008-01-15
| | | | deprecated in favor of 'supported_majors'.
* #208427 report by Pancho, patch by dvessel: strpos() parameters were flipped ↵Gábor Hojtsy2008-01-11
| | | | in color module, resulting in bad colors
* Back to 6.0-devGábor Hojtsy2008-01-10
|
* Drupal 6 RC2Gábor Hojtsy2008-01-10
|
* #208542 by KarenS, webernet: save old actions table when upgrading from ↵Gábor Hojtsy2008-01-10
| | | | Drupal 5 with a previous actions install
* #18954 follow up by myself: restore user role name editingGábor Hojtsy2008-01-10
|
* #18954 by kkaefer, Pancho: built-in role names were not translated and some ↵Gábor Hojtsy2008-01-10
| | | | user_roles() call cleanups
* #208492 report and testing by KarenS, patch by myself: book upgrade should ↵Gábor Hojtsy2008-01-10
| | | | not use the book API
* #202997 follow up by quicksketch: the table drag CSS selector was not ↵Gábor Hojtsy2008-01-10
| | | | specific enough in the RTL sheet
* #206078 by Pancho, traxer: order roles with system roles first (usability)Gábor Hojtsy2008-01-10
|
* #201667 follow up by gpk: minor code comment and whitespace cleanupGábor Hojtsy2008-01-10
|
* #204705 by pwolanin: abort user_save on SQL errors, to avoid data corruptionGábor Hojtsy2008-01-10
|
* #206021 follow up by keith.smith, dropcube: better code comments in locale ↵Gábor Hojtsy2008-01-10
| | | | update
* #207990 by soxofaan: fix notice on node/add page for anonymous usersGábor Hojtsy2008-01-10
|
* #197186 by dww, testing by catch, webernet, greggles: (critical security ↵Gábor Hojtsy2008-01-10
| | | | functionality) update.module did not inform users when their current release became revoked/not supported
* #201667 follow up by keith.smith: typo in code commentGábor Hojtsy2008-01-09
|
* #207779 report by meba, patch by myself: missing plural formatting in forum ↵Gábor Hojtsy2008-01-09
| | | | module, and a counter display fix as well
* #201667 by theborg, quicksketch, gpk, catch: fix bugs with teaser splitter ↵Gábor Hojtsy2008-01-09
| | | | in JS and no-JS mode
* #206021 by dropcube and myself: language content type settings were not ↵Gábor Hojtsy2008-01-09
| | | | properly namespaced
* #207868 by cwgordon7, webernet and myself: SQL status page was using wrong ↵Gábor Hojtsy2008-01-09
| | | | property names
* #207931 by ScoutBaker: some links in update.module were pointing to 'logs' ↵Gábor Hojtsy2008-01-09
| | | | instead of 'reports'
* #194590 by scor, JirkaRybka, attiks, dvessel; with heavy testing by catch: ↵Gábor Hojtsy2008-01-09
| | | | fix a dozen issues with sticky table headers
* #153998 by David_Rothstein and myself: clean up permissions in book, blog, ↵Gábor Hojtsy2008-01-09
| | | | blogapi, forum and locale modules
* #207731 by Pancho: adding brackets to some default form values, for consistencyGábor Hojtsy2008-01-08
|