| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
integration.
|
| |
|
|
|
|
| |
soon as possible.
|
| |
|
| |
|
|
|
|
| |
modules
|
| |
|
|
|
|
| |
code. Patch by Zen
|
|
|
|
| |
by timcn
|
| |
|
| |
|
|
|
|
| |
fixes 57406 too
|
| |
|
| |
|
|
|
|
| |
patch by chx
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
between UI and logic.
|
|
|
|
| |
user-specified paths.
|
| |
|
| |
|
|
|
|
| |
not exist.
|
| |
|
| |
|
|
|
|
| |
Moves callbacks and arguments to a separate data structure from the visible menu tree. As mentioned on drupal-devel, this change has little impact except to slightly improve code legibility and prepare the code base for future separation of these tasks, with an eye toward performance improvements of the menu system. Also changes array_key_exists() to isset() in several places, which is reported to perform better.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
| |
offline/maintenance' feature.
(Untested because the admin/settings page doesn't work yet.)
|
| |
|
| |
|
|
|
|
|
|
| |
This allows admins to know exactly which version of which files they use. In addition I want to use CVS $Id$ tags in my upcoming security.module to check for possible vulnerabilities. That's not possible if some files simply don't have $Id$s.
Note: I also (mostly) unified the tags to use the "// ID" form instead of "/* ID */", but that's more of a cosmetic issue. I'm not sure whether *.txt files and the stuff in themes/ need tags(?).
|
|
|
|
|
|
|
| |
up the documentation a little.
chx: can you double-check whether the global $conf variable is secure?
(That is, make sure it can't be send using the URL or something.)
|
|
|
|
| |
showing up in links.
|