| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
|
|
|
| |
other date settings.
|
|
|
|
| |
system module for other modules to reuse. This is considered to be a usability improvement because it simplifies some pages/workflow.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Menu problems with Postgres (this is a highly critical 1 line fix)
2) Archive module fails with Postgres
3) Postgres setup problems - changes to database.pgsql (although i made these changes myself before finding this patch)
4) Book module fails with Postgres
5) Postgres problems following creation of a new type of user - which is actually about a taxonomy.module bug.
6) Creating accregator_item_table in PostgreSQL
7) Postgres - Polls not displayed on Poll Page
8) Blog module has sql errors with postgres
This should not affect MySQL users (hopefully).
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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').
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
required thanks to the new 404 handling.
|
|
|
|
| |
- Renamed CHANGELOG to CHANGELOG.txt for Windows uses.
|
| |
|
|
|
|
| |
some locale module code that is now part of extractor.php.
|
| |
|
| |
|
|
|
|
| |
friend.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
define titles and breadcrumbs for their pages, and updates the theme
system to display them.
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
| |
Patch by Goba.
- Translation fix: made the word 'permission' translatable in the system module' help text. Patch by Goba.
- Translation fix: the ping module's help text was translated twice. Patch by Goba.
|
|
|
|
|
|
| |
- Bloggerapi module fixes. Patch by Kjartan.
- Coding style fixes. Patch by Michael.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
bug #2163 and #2164.
|
|
|
|
|
| |
- Improvement: improved the block module documentation. Patch #59 by
Gerhard.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and the request will be terminated when something suspicious is
detected. This will be logged in the watchdog. With help from Marco.
- Fixed translation issue in the archive module. Patch by Gerhard.
- Removed dead parameter from variable_get(). Patch by Chris Johnson.
Fixes bug #2111.
- Improved input checking of taxonomy module. Patch by Gerhard.
Fixes bug #2112.
|
| |
|
|
|
|
| |
by Al. Thanks.
|
|
|
|
| |
the archive calendar. Patch #2 by Al.
|
|
|
|
|
| |
in a sensible fashion. Also removes table width 100% and puts that in css.
Patch #48 by Al.
|
|
|
|
|
| |
then select a new date via the form the block still displays the
original click as the "selected" date. Patch by Craig Courtney.
|
|
|
|
|
|
| |
new nodes have been posted. Patch by Al.
Al: I modified the query slightly - it will check whether 'status = 1'.
|
|
|
|
| |
theme and theme Marvin to take advantage of this. Patch by Al. Pretty stuff.
|
| |
|
|
|
|
|
|
| |
components such as lists, form items, removes an ugly hack from the
archive module and should fix the poll problem (although it doesn't
Opera/Konqueror).
|
| |
|
| |
|