Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #40847: after menu reset, primary and secondary menus need to be ↵ | Dries Buytaert | 2005-12-15 |
| | | | | recreated. | ||
* | - Patch #34920 by Morbus/webchick/tangent: fixed order of form fields. | Dries Buytaert | 2005-12-15 |
| | |||
* | - Patch #40393 by Richard: fixed permissions of URL settings on node ↵ | Dries Buytaert | 2005-12-12 |
| | | | | submission page. | ||
* | - Patch #40795 by Richard: fixed problem with editing menu items. | Dries Buytaert | 2005-12-12 |
| | |||
* | - Patch by Richard: fixing breakage caused by the 'Obliterate nodeapi op ↵ | Dries Buytaert | 2005-12-05 |
| | | | | form' patch. | ||
* | - Patch #39778 by chx: obliterate nodeapi op form in favor of the forms ↵ | Dries Buytaert | 2005-12-05 |
| | | | | API's way of doing things. Tested with help from webchick. | ||
* | - Patch #39779 by Richard: removed confusing status messages. | Dries Buytaert | 2005-12-04 |
| | |||
* | - Patch #32665 by Richard Archer: add more functionality to menu item ↵ | Dries Buytaert | 2005-12-03 |
| | | | | settings on node/*/edit pages. | ||
* | - Patch #39440 by Richard: no circular references. | Dries Buytaert | 2005-12-02 |
| | |||
* | - Patch #37327 by Richard Archer: improved menu item 'create content' ↵ | Dries Buytaert | 2005-11-18 |
| | | | | | | indications. Improves usability of the admin/menu page. | ||
* | - Patch #37327 by Richard Archer: made the menu edit screen slightly less ↵ | Dries Buytaert | 2005-11-17 |
| | | | | confusing. | ||
* | - Rollback an accidentical commit. | Dries Buytaert | 2005-11-13 |
| | |||
* | - Patch #35644 by webchick: forms API simplificiations. | Dries Buytaert | 2005-11-12 |
| | |||
* | - Patch #22215 by Richard Archer: refactored primary and secondary links. | Dries Buytaert | 2005-11-03 |
| | | | | | | | | | Deprecates the primary_links module. This patch was much needed. Thanks Richards! NOTE: if some themers could investigate if there is room for improvement with regard to theming, that would be awesome. | ||
* | - Patch #26139 by webchick / Kieran / documentation team: improved admin ↵ | Dries Buytaert | 2005-11-01 |
| | | | | help of core modules! / | ||
* | - Patch #34920 by tangent: reorganized the node submission form a bit. | Dries Buytaert | 2005-10-28 |
| | |||
* | - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings. | Dries Buytaert | 2005-10-22 |
| | |||
* | - Patch #33752 by leafish_paul / adrian: added missing apostrophes to the ↵ | Dries Buytaert | 2005-10-18 |
| | | | | form API code. | ||
* | - Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes. | Dries Buytaert | 2005-10-11 |
| | |||
* | - Patch #29465: new form API by Adrian et al. | Dries Buytaert | 2005-10-07 |
| | | | | | | | TODO: + The contact.module was broken; a new patch for contact.module is needed. + Documentation is needed. + The most important modules need to be updated ASAP. | ||
* | - Patch #27669 by ax: fixed menu system status reporting. | Dries Buytaert | 2005-09-27 |
| | |||
* | - Patch #17079 by Uwe: fixed form title of form element in menu module form. | Dries Buytaert | 2005-09-13 |
| | |||
* | - Patch #29385 by chx: no ?> add end of files. | Dries Buytaert | 2005-08-25 |
| | |||
* | - Menu: remove array_merge warning when editing a node without menu item. | Steven Wittens | 2005-08-09 |
| | |||
* | - Patch #9178 by mathias: improved menu system integration. | Dries Buytaert | 2005-07-18 |
| | |||
* | - Patch #15595 by Stefan and Djun: improved status messages. | Dries Buytaert | 2005-05-05 |
| | | | | | TODO: we should write down a couple guidelines for these document them in the PHPDoc code of drupal_set_message()! . | ||
* | - Patch 20910 by chx: centralize print theme page. | Dries Buytaert | 2005-04-24 |
| | |||
* | - Patch #19739 by Uwe: corrected many typo's in the documentation and code ↵ | Dries Buytaert | 2005-03-31 |
| | | | | comments | ||
* | - #18817: Clean up plain-text checking (see drupal-devel!) | Steven Wittens | 2005-03-31 |
| | |||
* | #18329: Unify confirmation messages (and make them themable) | Steven Wittens | 2005-03-03 |
| | |||
* | - Patch by Stefan: wrapped the help texts in <p></p> tags. Helps improve ↵ | Dries Buytaert | 2004-11-23 |
| | | | | consistency. | ||
* | - Patch #12783 by Stefan: various small consistency/usability improvements. | Dries Buytaert | 2004-11-15 |
| | |||
* | - On popular demand, patch #10178 by jhriggs: made it possible to expand ↵ | Dries Buytaert | 2004-11-06 |
| | | | | menu items. | ||
* | - Patch #11875 by Neil Drumm: block module configuration improvements. | Dries Buytaert | 2004-10-31 |
| | | | | | | | | | | The primary goal of this patch is to take the 'custom' and 'path' columns of the block overview page and make them into something understandable. As of Drupal 4.5 'custom' lacked an explanation which wasn't buried in help text and path required dealing with regular expressions. Every block now has a configuration page to control these options. This gives more space to make form controls which do not require a lengthy explanation. This page also gives modules a chance to put their block configuration options in a place that makes sense using new operations in the block hook. The only required changes to modules implementing hook_block() is to be careful about what is returned. Do not return anything if $op is not 'list' or 'view'. Once this change is made, modules will still be compatible with Drupal 4.5. Required changes to core modules are included in this path. An additional optional change to modules is to implement the additional $op options added. 'configure' should return a string containing the configuration form for the block with the appropriate $delta. 'configure save' will come with an additional $edit argument, which will contain the submitted form data for saving. These changes to core modules are also included in this patch. | ||
* | - Patch #11725 by mrrowe: custom menus are not wrapped in <div class="menu"> ↵ | Dries Buytaert | 2004-10-23 |
| | | | | tags which made their appearance differ from the built-in "navigation" menu. | ||
* | - Patch #10869 by JonBob: the menu.module forget the parent item on form error. | Dries Buytaert | 2004-10-14 |
| | |||
* | - Patch #10961 by Gerhard: fixed PHP warning in the 'add menu item' form. | Dries Buytaert | 2004-09-21 |
| | |||
* | - Patch #8179 by JonBob: reintroduced menu caching. | Dries Buytaert | 2004-09-16 |
| | |||
* | - Patch by JonBob: for consistency and readability, add brief descriptions ↵ | Dries Buytaert | 2004-08-21 |
| | | | | of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks. | ||
* | - Code improvements by Stefan: use capital letters for header titles (and ↵ | Dries Buytaert | 2004-08-19 |
| | | | | added some missing t() functions). | ||
* | - Code improvements by Stefan: made all status messages consistent (and ↵ | Dries Buytaert | 2004-08-18 |
| | | | | easier to translate). | ||
* | - Patch #9983 by Stefan: usability improvement: made sure all status ↵ | Dries Buytaert | 2004-08-16 |
| | | | | messages start with a capital letter. | ||
* | - Patch #9864 by JonBob: better form validation in menu administration. | Dries Buytaert | 2004-08-15 |
| | |||
* | - Patch #7336 by TDobes: in various parts of Drupal, we use the title ↵ | Dries Buytaert | 2004-08-03 |
| | | | | attribute for links to provide a slightly more detailed explanation as to the purpose of a link or where it goes. | ||
* | - Patch 9543 by JonBob: use drupal_goto() in menu administration. | Dries Buytaert | 2004-07-25 |
| | |||
* | - Patch #9464 by Moshe: menu.module omitted a pair of braces when calling | Dries Buytaert | 2004-07-25 |
| | | | | db_next_id(). | ||
* | - Patch #9234 by TDobes: the latest menu changes have caused custom menu ↵ | Dries Buytaert | 2004-07-13 |
| | | | | | | | | blocks not to render any output. If I create a new menu and menu items, and then enable the block, no output from that block is visible. This commit fixes the problem: custom menus were being defined as MENU_CUSTOM_ITEM rather than MENU_CUSTOM_MENU. It also fixes a problem in which custom menus were mistakenly given the MENU_VISIBLE_IN_BREADCRUMB bit when edited. This would cause their titles to show up in the breadcrumb (which is undesirable... only menu items should be in there). Note that this will not fix any non-functioning custom menus you've defined since this bug appeared. You'll have to delete and recreate them or update the "type" column in the DB manually. | ||
* | - More tab-improvements by JonBob: improved support for the default tabs! | Dries Buytaert | 2004-07-10 |
| | |||
* | - Patch #8941 by JonBob: allow local tasks to be ordered by weight, as well | Dries Buytaert | 2004-06-30 |
| | | | | | as simplifying the theming of local tasks so they can be more easily rendered in a non-tab manner. | ||
* | - Patch #8681 by stefan: fixed some broken URLs and help texts. | Dries Buytaert | 2004-06-20 |
| |