Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #104437 by kkaefer: corrected help texts. | Dries Buytaert | 2006-12-23 |
| | |||
* | - Patch #103946 by kkaefer: fixed broken help text. | Dries Buytaert | 2006-12-18 |
| | |||
* | #100516: CSS preprocessor to cache and compress all .css files. Benchmarks ↵ | Steven Wittens | 2006-12-10 |
| | | | | show up to 40% faster page loads. | ||
* | #100563: Conditional loading of (some) module.css files | Steven Wittens | 2006-12-01 |
| | |||
* | #89200 by kkaefer, RobRoy, and Gurpartap. Redo admin/help glossary. | Neil Drumm | 2006-11-27 |
| | |||
* | - Patch # #98366 by webchick and ac: simplified strings for translators. | Dries Buytaert | 2006-11-24 |
| | |||
* | - Patch #99114 by kkaefer: proper capitalization of module names. | Dries Buytaert | 2006-11-24 |
| | |||
* | - Patch #92992 by webchick and neclimdul: clean up documentation that is ↵ | Dries Buytaert | 2006-11-21 |
| | | | | superseded by the new 'by module' administration dashboard. | ||
* | #84146: Use 'Sentence capitalization' for menu items, page titles, form ↵ | Steven Wittens | 2006-10-22 |
| | | | | items, etc | ||
* | - #89156: Fix layout on admin/help | Steven Wittens | 2006-10-14 |
| | |||
* | #80844 by Uwe Hermann. Various string cleanup, which should have been put in ↵ | Neil Drumm | 2006-09-01 |
| | | | | smaller patches. | ||
* | - Patch #80952 by earl, webchick, neclimdul et al: .info files | Dries Buytaert | 2006-08-31 |
| | |||
* | #78656 by m3avrck. Drupal Core's first CSS hack. | Neil Drumm | 2006-08-25 |
| | |||
* | - Patch #79476 by assimonds and webchick: fixed broken t()-iness. | Dries Buytaert | 2006-08-20 |
| | | | | CVS: ---------------------------------------------------------------------- | ||
* | #76802: Introduce placeholder magic into t() | Steven Wittens | 2006-08-18 |
| | | | | See: http://drupal.org/node/64279#t-placeholders | ||
* | #77183 by m3avrck and timcn, split up drupal.css by module. | Neil Drumm | 2006-08-14 |
| | |||
* | - Patch #77422 by timcn: corrected various paths in the documentation. | Dries Buytaert | 2006-08-07 |
| | |||
* | - Patch #72079 by Earl et al: give Drupal an overall administration page ... :-) | Dries Buytaert | 2006-07-31 |
| | |||
* | #61802 by Zen, Double spaced sentences clean up | Neil Drumm | 2006-05-07 |
| | |||
* | - #47841: Sort help items alphabetically (and prettify output) | Steven Wittens | 2006-03-12 |
| | |||
* | - Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.) | Dries Buytaert | 2006-02-21 |
| | |||
* | - Patch #26139 by webchick / Kieran / documentation team: improved admin ↵ | Dries Buytaert | 2005-11-01 |
| | | | | help of core modules! / | ||
* | - Patch #29385 by chx: no ?> add end of files. | Dries Buytaert | 2005-08-25 |
| | |||
* | - Patch 20910 by chx: centralize print theme page. | Dries Buytaert | 2005-04-24 |
| | |||
* | - Patch #19451 by JonBob: improved consistency of module descriptions. We ↵ | Dries Buytaert | 2005-04-01 |
| | | | | should write guidelines for this -- maybe in the PHPDoc code of the _help hook. | ||
* | - Patch #16949 by Neil: fixed two HTML typos/brainos in the help text. | Dries Buytaert | 2005-02-08 |
| | | | | I found another HTML typo, and replaced a <u></u> by <strong></strong> because <u> does not validate as 'XHTML 1.0 stict'. | ||
* | - Refactored the queue module: removed the queue module's field from the ↵ | Dries Buytaert | 2004-12-07 |
| | | | | | | | | | | node table. With help from Gerhard. - Slight addition to INSTALL.txt with regard to PHP versions. - Updated/reworded some node type descriptions as per Boris' suggestions. - Adding missing {} around a table name in update.php. | ||
* | - Patch #12713 by Goba: remove useless t() function from help module. | Dries Buytaert | 2004-11-08 |
| | |||
* | - Patch #11728 by Uwe Hermann: fixed some typos in the code comments, ↵ | Dries Buytaert | 2004-10-19 |
| | | | | | | Doxygen documentation and screen output. Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'. | ||
* | - Patch #11166 by drumm: removed redundant help page from the taxonomy module. | Dries Buytaert | 2004-10-04 |
| | |||
* | - 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. | ||
* | - Patch by Al: don't translate all help text upon every page view! | Dries Buytaert | 2004-08-14 |
| | |||
* | - Patch #9983 by Stefan: various code style improvements. | Dries Buytaert | 2004-08-12 |
| | |||
* | - Patch by Al: improved the admin/help pages (first step). | Dries Buytaert | 2004-08-10 |
| | |||
* | - Patch #8973 by JonBob: Drupal contains many undefined variables and array ↵ | Dries Buytaert | 2004-07-02 |
| | | | | indices, which makes PHP throw a lot of warnings when the reporting level is set to E_ALL. Things run fine with these warnings, but as a matter of code style if nothing else we should probably strive to avoid them. The attached fixes most of the more egregious offenders (about 95% of the warnings when I load /node on my test site). | ||
* | Tabs patch! | Dries Buytaert | 2004-06-18 |
| | | | | | | | | | | | | | | | | | | CHANGES ------- + Introduced tabs. First, we extended the menu system to support tabs. Next, a tab was added for every link that was (1) an administrative action other than the implicit 'view' (2) relevant to that particular page only. This is illustrated by the fact that all tabs are verbs and that clicking a page's tab leads you to a subpage of that page. + Flattened the administration menu. The tabs helped simplify the navigation menu as I could separate 'actions' from 'navigation'. In addition, I removed the 'administer > configuration'-menu, renamed 'blocks' to 'sidebars' which I hope is a bit more descriptive, and made a couple more changes. Earlier, we already renamed 'taxonomy' to 'categorization' and we move 'statistics' under 'logs'. + Grouped settings. All settings have been grouped under 'administer > settings'. TODO ---- + Update core themes: only Xtemplate default supports tabs and even those look ugly. Need help. + Update contributed modules. The menu() hook changed drastically. Updating your code adhere the new menu() function should be 90% of the work. Moreover, ensure that your modue's admin links are still valid and that URLs to node get updated to the new scheme ('node/view/x' -> 'node/x'). | ||
* | - Code improvements by JonBob. Thanks. | Dries Buytaert | 2004-05-17 |
| | |||
* | - Added support for 403 handling. Patch by JonBob. As a side benefit, | Dries Buytaert | 2004-04-21 |
| | | | | | | | | administrators will be able to define a custom 403 page, just as they can define 404 pages now. This needs to be documented in the "Changes since / migrating to ..." pages. | ||
* | Patch 5287 by Stefan: multiline help texts should become inside a single ↵ | Dries Buytaert | 2004-01-23 |
| | | | | $output. | ||
* | - Patch #5021: clean up URLs in _help texts. Patch by UnConeD. | Dries Buytaert | 2004-01-11 |
| | |||
* | - Committed phase 4 of JonBob's menu system changes. | Dries Buytaert | 2003-11-25 |
| | |||
* | - Patch by JonBob: | Dries Buytaert | 2003-11-20 |
| | | | | | | | | Phase 2 of the menu system integration project. This unifies the interface used by admin and non-admin pages, and deprecates the _page hook in favor of explicit callbacks from menu(). Breadcrumbs, titles, and help text go away as a result of this patch; they will return in the phase 3 patch, printed by the theme. | ||
* | - Committed part 3 of Michael's help system improvements: removed the $help | Dries Buytaert | 2003-10-09 |
| | | | | parameter from the menu() function. | ||
* | - Help system improvements: eliminated the _system hook. Patch by Michael. | Dries Buytaert | 2003-10-07 |
| | | | | | | - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael. | ||
* | - Bugfix: the block module's help was not being displayed. Patch by Gabor. | Dries Buytaert | 2003-10-05 |
| | |||
* | - Help improvements and translation improvements from Michael. Thanks! | Dries Buytaert | 2003-10-03 |
| | |||
* | - More translation fixes for the menu items. Patch by Gabor. | Dries Buytaert | 2003-09-28 |
| | |||
* | - Patch by Kjartan: | Dries Buytaert | 2003-09-26 |
| | | | | | | | + Fixed CSS to use the same format as the rest of drupal.css. + Added fallback routine for menu icons. + Fixed anonymous users not seeing the menu. + Added proper access checks for admin and help menu items. | ||
* | - Committed the admin menu integration patch. Thanks Adrian, Stefan and others. | Dries Buytaert | 2003-09-26 |
| |