Dries Buytaert
af5402ad2a
- Patch #88287 by asimmonds, dww et al: installer doesn't support modules outside root/modules directory. Critical bugfix.
2006-10-23 06:45:17 +00:00
Steven Wittens
36d44fbfb0
#84146 : Use 'Sentence capitalization' for menu items, page titles, form items, etc
2006-10-22 08:28:47 +00:00
Kjartan Mannes
d6a4acfc82
- Fixed block css id generation.
2006-10-03 21:01:37 +00:00
Neil Drumm
48bbf7207c
#83225 by Heine. Remove an extra theme('placeholder').
2006-09-11 08:20:23 +00:00
Dries Buytaert
dd3cf3be65
- Patch #81619 by m3avrck: clean up default phpTemplates.
2006-08-31 07:21:43 +00:00
Neil Drumm
e57fac565a
#65151 by m3avrck. theme_links() is now marked up as a list.
2006-08-30 07:37:14 +00:00
Neil Drumm
554a2808a3
#78656 by m3avrck. Drupal Core's first CSS hack.
2006-08-25 09:01:12 +00:00
Dries Buytaert
427604dfb6
- Patch #80201 : don't show blocks when serving a 404. Saves CPU and bandwidth.
2006-08-23 18:32:39 +00:00
Neil Drumm
a58d877108
#66569 by m3avrck. Put all the feed icons in the same place.
2006-08-23 05:55:38 +00:00
Dries Buytaert
a8de1e92d7
- Patch #76637 by timnc: streamline JavaScript addition and add settings storage.
2006-08-22 09:00:31 +00:00
Steven Wittens
55eec8f66f
#79601 : module_exist() -> module_exists()
2006-08-20 05:57:41 +00:00
Dries Buytaert
5b825a7bfe
- Fixed some t() breakage.
2006-08-18 19:16:01 +00:00
Dries Buytaert
7de41539df
- Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted forms via the pull model.
2006-08-18 18:58:47 +00:00
Neil Drumm
b8f36e1c6a
#77184 by Eaton, look for specific block templates based on region, module, and delta.
2006-08-15 05:32:46 +00:00
Dries Buytaert
2c0571b894
- Patch #73961 by m3avrck, timcn, et al: simplify adding CSS in Drupal.
2006-08-03 07:06:36 +00:00
Dries Buytaert
3a7b64ae03
- Patch #61893 by timnc: remove message_na().
2006-07-29 17:56:41 +00:00
Neil Drumm
589e9f237f
#65706 by Eaton, look for page templates based upon the path.
2006-07-27 08:01:58 +00:00
Neil Drumm
c2e6cfabe9
#71639 by keve, fix an undefined variable.
2006-07-02 19:00:21 +00:00
Neil Drumm
9cff02e91b
#61802 by Zen, Double spaced sentences clean up
2006-05-07 00:08:36 +00:00
Neil Drumm
9ad29e527f
#51845 by olav, avoid code duplication in phptemplate derived theme engines
2006-05-04 10:10:19 +00:00
Dries Buytaert
9472fbae38
- Patch #59222 by Zen: fixed problem with breadcrumb navigation.
2006-04-24 19:25:37 +00:00
Steven Wittens
8b04c7f0db
#51002 : Admins could not see unpublished comments (plus minor usability enhancements for previewing/unpublished)
2006-04-15 04:07:18 +00:00
Steven Wittens
9794b5538e
- #55898 : Generic, permissive admin XSS/HTML filtering for mission/footer/...
...
- Clean up some raw output
2006-04-07 15:32:17 +00:00
Steven Wittens
02f6a3ee2d
#56709 : Expose hidden 'toggle_logo' variable and rearrange theme toggles.
2006-04-04 23:36:18 +00:00
Steven Wittens
16fd8c89a5
- sa-2006-002: XSS issues with username log and mission
2006-03-13 21:42:35 +00:00
Dries Buytaert
2a8ff0d37e
- Patch #43904 : user picture not showing.
2006-03-01 14:33:18 +00:00
Gerhard Killesreiter
84cb44c698
#51153 , Boxes may be themed without a title; don't spit the header., patch by Morbus
2006-02-27 22:39:24 +00:00
Dries Buytaert
adb74caa6c
- Patch #49463 by markus: removed unused variable.
2006-02-16 15:43:23 +00:00
Dries Buytaert
5a5233e88c
- Patch #17291 by budda: made mission statement work on aliased front pages.
2006-02-15 21:32:19 +00:00
Dries Buytaert
048bec139e
- Patch #13148 by Morbus: less globals.
2006-02-02 12:44:57 +00:00
Dries Buytaert
81660bc662
- Patch #13148 : fix problems with using relative path names! (Please document this change.)
2006-01-29 07:36:29 +00:00
Dries Buytaert
56d0d76f0f
- Patch #27884 by gordon: js addLoadEvent not working.
2006-01-20 08:54:07 +00:00
Dries Buytaert
ea2d791095
- Patch 41169 by Chris: got rid of expensvie object 2 array casts.
2005-12-31 10:48:56 +00:00
Dries Buytaert
1c4cc97225
- Patch #22215 by Richard Archer: refactored primary and secondary links.
...
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.
2005-11-03 19:40:36 +00:00
Dries Buytaert
b75ed3f604
- Patch #34922 by Robert: order variables alphabetical.
2005-10-23 09:58:43 +00:00
Dries Buytaert
f6764cfbd8
- Patch #30930 by m3avrck/deekayen: cured PHP5 warnings.
2005-10-22 15:14:46 +00:00
Steven Wittens
3fad92fc59
- #34645 : Make $links in theme_comment consistent with theme_node (Stefan)
2005-10-20 09:27:36 +00:00
Dries Buytaert
7e1527ee61
- Patch #29465 : new form API by Adrian et al.
...
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.
2005-10-07 06:11:12 +00:00
Dries Buytaert
d995621f2e
- Patch #27781 by Robert Jacques: fixed node not being loaded.
2005-09-09 05:32:31 +00:00
Dries Buytaert
013b73e6ec
- Patch #30122 by m3verick: changed include_once()'s to include "./$file"
...
for performance's sake.
2005-09-08 19:19:01 +00:00
Dries Buytaert
3ace768e50
- Patch by Rober: better fix for the extract() namespace problem in phptemplate.engine.
2005-09-04 13:52:08 +00:00
Dries Buytaert
0094e99b87
- Patch #28576 by Robrecht Jacques: 'file' is a reserved variable.
2005-09-04 13:13:31 +00:00
Dries Buytaert
26fa7c730f
- Patch #16216 by nedjo: multiple block regions!
2005-08-16 18:06:18 +00:00
Dries Buytaert
6baa2ba140
- Patch #26637 by Robert Douglas: he documentation to theme_node clearly says the the parameter $teaser is "Whether to display the teaser only, as on the main page." Naming this parameter $main in the themes is confusing.
2005-08-10 20:55:59 +00:00
Dries Buytaert
7625a4e91a
- Patch #27737 by Gerhard: format_name($object) -> theme('username', $object).
...
Usernames can now be themed; eg. an icon/avatar could be added.
TODO: update contributed modules + update the migration docs.
2005-08-01 05:14:05 +00:00
Steven Wittens
563c00c92c
- Oopsie
2005-07-30 20:54:02 +00:00
Steven Wittens
017e3d148a
- #27794 : Alphabetize phptemplate variables
2005-07-30 17:13:48 +00:00
Steven Wittens
0af4707003
- #27346 : Don't display trailing | in page title with empty slogan.
2005-07-25 06:59:37 +00:00
Dries Buytaert
28c72cd89d
- Some fixes and some redundant code removed.
2005-07-17 19:59:00 +00:00
Dries Buytaert
7c61046a94
- Patch #24862 by chx: flatten the node object's member fields.
...
Also replaced some double quotes by single quotes.
2005-07-17 19:52:10 +00:00