Commit Graph

209 Commits (76882b6fc6e76a61605cc2074032f1f75fc320b8)

Author SHA1 Message Date
Dries Buytaert c05f2181dc - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot. 2009-10-09 01:00:08 +00:00
Angie Byron fa498602e4 #343898 by dww and JohnAlbin: Respect hidden property in themes to allow for theme testing. 2009-10-06 01:38:55 +00:00
Dries Buytaert a8f8a26f6d - Patch #553944 by David_Rothstein, ksenzee | JacobSingh, sun, jhodgdon, pwolanin: allow modules to specify per-page custom themes in hook_menu(). 2009-09-30 13:09:30 +00:00
Dries Buytaert 1eea0b5496 - Patch #500038 by Shai, sreynen | webchick: changed default for RSS output from 'teaser only' to 'full node'. 2009-09-21 07:59:18 +00:00
Dries Buytaert ef33d44f66 - Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and drupal_json() for consistency and readability. 2009-09-21 07:56:09 +00:00
Dries Buytaert ee8aa910b9 Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection handling. I can actually understand it now. ;-). 2009-09-21 06:44:14 +00:00
Dries Buytaert fd1c63b5c0 - Patch ##525540 by jvandyk, sun, jhodgdon, fago | webchick, TheRec, Dave Reid, brianV, sun.core, cweagans, Dries: gave trigger.module and includes/actions.inc an API overhaul. Simplified definitions of actions and triggers and removed dependency on the combination of hooks and operations. Triggers now directly map to module hooks. 2009-09-19 11:07:37 +00:00
Angie Byron df02fa3ca4 #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes
before a form builder function, to facilitate common form elements. Clean-up
from form_builder changes from CTools patch. Has nice side-benefit of making
all form functions' signatures consistent.
2009-09-18 00:12:48 +00:00
Angie Byron d8f91382e8 #539022 by dropcube: Use current theme during Batch API processes. 2009-09-11 04:09:26 +00:00
Angie Byron 0d8adb439d #306316 follow-up by catch: Revert coupling of node_types_rebuild() and menu_rebuild(). 2009-09-10 22:10:10 +00:00
Dries Buytaert 029c48c68d - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe weitzman: automatically install/uninstall schema. 2009-09-10 06:38:20 +00:00
Dries Buytaert 82b51dff1d - Patch #569282 by joshmiller: removal of Site configuration and fixed a number of broken links. 2009-09-10 06:32:54 +00:00
Dries Buytaert 9d6dcc5682 - Patch #423992 by JohnAlbin, Davy Van Den Bremt: remove show_blocks page variable. 2009-08-26 10:53:45 +00:00
Dries Buytaert 3f36af04de - Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments. 2009-08-25 21:53:48 +00:00
Angie Byron b30633deee #489762 follow-up by JohnAlbin: Fix for sub-theme screenshots not showing up. 2009-08-25 15:28:05 +00:00
Dries Buytaert 41e2215ea8 - Patch #551080 by Gábor Hojtsy: the by module page blocks did not have the new show flag. 2009-08-25 10:37:36 +00:00
Angie Byron 4d85fb1f56 #557890 by Gábor Hojtsy: Added 'Search and metadata' category to configuration page. 2009-08-24 22:03:01 +00:00
Dries Buytaert 1d34a3e329 - Patch #549432 by jromine, Gábor Hojtsy: move ip blocking settings. 2009-08-24 12:32:10 +00:00
Angie Byron 2c55219315 #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading. 2009-08-24 00:14:23 +00:00
Angie Byron e63e85020b Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again. 2009-08-24 00:10:46 +00:00
Angie Byron 4ae238ea57 *** empty log message *** 2009-08-24 00:02:05 +00:00
Angie Byron 333303009b #556714 by Davy Van Den Bremt: Fixed broken url in administration theme status message. 2009-08-22 20:01:10 +00:00
Angie Byron a9762cd3bf #201415 by sun: Add a permission to access site in maintenance mode. 2009-08-22 18:24:14 +00:00
Dries Buytaert 4c028a19fb - Patch #331611 by sun, joshmiller, TheRec, Rob Loach, Damien Tournoud: add a poormanscron-like feature to core. 2009-08-22 16:01:10 +00:00
Angie Byron 36ec189695 #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string. 2009-08-22 14:34:23 +00:00
Dries Buytaert bb54be48b9 - Patch rollback of #549432: tests didn't actually ran successfully. 2009-08-22 09:44:56 +00:00
Dries Buytaert bee1240231 - Patch #549432 by Gábor Hojtsy: moving 'IP blocking' to 'People and permissions'. 2009-08-22 09:23:24 +00:00
Dries Buytaert 1f1734af01 - Patch #552958 by Gábor Hojtsy: create 'regional and language' section in 'configuration and modules'. 2009-08-21 14:28:52 +00:00
Angie Byron 1595422929 #551080 by Gábor Hojtsy: List non-container items (stuff in the toolbar) on /admin for a complete overview. 2009-08-21 07:59:47 +00:00
Angie Byron b41323642b #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://. 2009-08-17 19:14:42 +00:00
Angie Byron 8a6d8660cb #370454 follow-up by chx: Enhance comments to page cache simplification patch, and add in missing settings.default.php hunk. 2009-08-16 23:20:43 +00:00
Dries Buytaert a1593ab1c9 - Patch #370454 by chx, Damien Tournoud: simplify page caching. 2009-08-16 18:39:45 +00:00
Dries Buytaert 26cdaf72f2 - Patch #506482 by spuky, catch: remove some pointless /admin descriptions. 2009-08-16 11:31:27 +00:00
Angie Byron 6935b396cb #548182 by yoroy: Better admin theme descriptions. 2009-08-15 06:27:49 +00:00
Dries Buytaert f59eaeb0a3 - Patch #531476 by JohnAlbin: corrected some favicon mime-type behavior. 2009-08-14 08:09:48 +00:00
Angie Byron 49699d5be1 #533586 by dww and chx: Refactor dependency checks into sharable helper functions. 2009-08-13 03:03:04 +00:00
Angie Byron 527054dd86 #547528 by dww: Fixed Trailing whitespace in system_ip_blocking(). 2009-08-13 01:55:03 +00:00
Angie Byron 049a8896f5 #545952 by yoroy and Gábor Hojtsy: move modules to config/modules. 2009-08-12 23:51:19 +00:00
Dries Buytaert 99ce96e5da - Patch #459980 by Xano: rework admin/settings/performance. 2009-08-12 11:43:10 +00:00
Dries Buytaert 735e532bee - Patch #508458 by catch, Gábor Hojtsy, yoroy: created 'Configuration and modules' section so we can start moving over configuration items. Let's see how this goes ... 2009-08-11 11:52:46 +00:00
Angie Byron 523ba0348e #292253 by Damien Tournoud: Remove per-user themes selection from core. 2009-08-05 19:40:55 +00:00
Angie Byron 24057c3d53 #531476 by aaron and mfb: Add favicon mimetype as a theme setting to avoid expensive calls to file system. 2009-08-04 07:04:21 +00:00
Angie Byron 542c3522c0 #489762 by JohnAlbin: Add theme lineage information to .info file cache and fix several edge-case bugs. 2009-08-03 06:06:23 +00:00
Dries Buytaert 9f44fd1b86 - Patch #536440 by Gábor Hojtsy: the attached patch moves the Structure >> Themes section to the top level Appearance item as outlined in the D7UX IA. 2009-07-31 11:20:43 +00:00
Dries Buytaert 715a2d655f - Patch #511748 by moshe weitzman: pushing rending to later in the cycle so there is more room for customization. 2009-07-29 06:39:35 +00:00
Dries Buytaert 12d6d6662e - Patch #211747 by chx, alex_b, dww: allow specifying version information as part of module dependencies. 2009-07-28 19:06:16 +00:00
Dries Buytaert d24d954479 - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure. 2009-07-20 18:51:36 +00:00
Dries Buytaert 02206410b9 - Patch #523214 by Bohjan: clean up text Site Information page. 2009-07-19 06:27:04 +00:00
Dries Buytaert 44740785fe - Patch #518750 by Damien Tournoud: rethink system settings form. 2009-07-16 10:44:21 +00:00
Angie Byron 3472adb2ca #193366 by Anthony Hersey: Move various rebuild functions to module page submission rather than viewing for vastly increased performance. 2009-07-14 20:53:16 +00:00