Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | - Patch #613858 by sun, Dave Reid: fixed drupal_is_front_page() should not ↵ | Dries Buytaert | 2009-12-01 | |
| | | | | call drupal_get_normal_path(). | |||
* | #632030 by JohnAlbin: Merge Garland and Minnelli into one theme. | Angie Byron | 2009-12-01 | |
| | ||||
* | - Patch #336483 by catch: moving the update function to the proper module. | Dries Buytaert | 2009-12-01 | |
| | ||||
* | - Patch #629808 by yched: fixed indentation of code. | Dries Buytaert | 2009-11-11 | |
| | ||||
* | - Patch #623992 by catch: performance improvements to system_list(). | Dries Buytaert | 2009-11-11 | |
| | ||||
* | - Patch #627338 by catch: add a cache_bootstrap() bin for better ↵ | Dries Buytaert | 2009-11-10 | |
| | | | | performance/scalability. | |||
* | - Patch #570900 by Crell: remove remnants of update_sql(). | Dries Buytaert | 2009-11-09 | |
| | ||||
* | - Patch #623992 by sun: fixed the tests. We can re-enable the test bot now. | Dries Buytaert | 2009-11-08 | |
| | ||||
* | - Patch #623992 by catch: performance improvement: reduce {system} database ↵ | Dries Buytaert | 2009-11-08 | |
| | | | | hits on every page request. | |||
* | - Patch #607244 by sun: added permission to decrease performance impact of ↵ | Dries Buytaert | 2009-11-07 | |
| | | | | contextual links. | |||
* | #613238 by catch: Add more missing columns and tables required for upgrade. | Angie Byron | 2009-10-24 | |
| | ||||
* | #613238 by catch: Fixed missing columns and tables required for upgrade. | Angie Byron | 2009-10-24 | |
| | ||||
* | #599804 by catch: Fix upgrade path. | Angie Byron | 2009-10-24 | |
| | ||||
* | #524710 by catch and gordon: Add role_permission() table earlier in order to ↵ | Angie Byron | 2009-10-24 | |
| | | | | allow upgrade path to work. | |||
* | #612920 by catch: Added required table columns so that update.php doesn't ↵ | Angie Byron | 2009-10-24 | |
| | | | | spew fatal errors. | |||
* | #356074 follow-up by mfb: Fix sequences API upgrade path. | Angie Byron | 2009-10-20 | |
| | ||||
* | - Fixed update number. | Dries Buytaert | 2009-10-18 | |
| | ||||
* | - Patch #589126 by mfb: fixed bug with user module using a flood window of 6 ↵ | Dries Buytaert | 2009-10-18 | |
| | | | | hours, but flood events more than 1 hour old being deleted by cron. Improved API documentation, and added tests. | |||
* | PHP really doesn't like more than one system_update_7043() function. No, no ↵ | Angie Byron | 2009-10-18 | |
| | | | | it does not. | |||
* | #356074 by chx and Damien Tournoud: Provide a sequences API. Gets rid of ↵ | Angie Byron | 2009-10-18 | |
| | | | | stupid tables that only contain an incrementing ID, and fixes database import problems due to user ID 0. | |||
* | - Patch #278592 by catch, Dave Reid, andypost, lilou, sun, tobiasb: sync 6.x ↵ | Dries Buytaert | 2009-10-17 | |
| | | | | extra updates with HEAD. | |||
* | #473268 by David_Rothstein, sun, yoroy, Gábor Hojtsy, cwgordon7, et al.: ↵ | Angie Byron | 2009-10-17 | |
| | | | | Allow contextual editing of dang near everything on the page. Also adds a context system to menu local tasks. | |||
* | #606640 by eojthebrave and sun: Use proper menu router paths for the block ↵ | Angie Byron | 2009-10-16 | |
| | | | | module. | |||
* | - Patch #593746 by #593746 by sun, andypost: prepare Drupal core for dynamic ↵ | Dries Buytaert | 2009-10-16 | |
| | | | | data translation. | |||
* | - Patch #332333 by dmitrig01, alexw: add a real API to path.module. | Dries Buytaert | 2009-10-15 | |
| | ||||
* | - Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX ↵ | Dries Buytaert | 2009-10-15 | |
| | | | | 'callback' callbacks. Oh my, this is the beginning of something big. | |||
* | - Patch #563708 by JohnAlbin, joshmiller: improve theme_get_setting() and ↵ | Dries Buytaert | 2009-10-14 | |
| | | | | make custom theme settings a true form_alter(). | |||
* | - Patch #11623 by sun, stella, Gábor Hojtsy, Pancho: add ability to ↵ | Dries Buytaert | 2009-10-13 | |
| | | | | localize date formats. | |||
* | #561452 by pwolanin and David_Rothstein: Add API function to get ↵ | Angie Byron | 2009-10-13 | |
| | | | | module/theme info without rebuilding it. | |||
* | - Patch #602306 by chx: simplify the default queue implementation. | Dries Buytaert | 2009-10-12 | |
| | ||||
* | #224756 by christefano and lambic: Make phpinfo() link more obvious. | Angie Byron | 2009-10-05 | |
| | ||||
* | - Patch #553944 by David_Rothstein, ksenzee | JacobSingh, sun, jhodgdon, ↵ | Dries Buytaert | 2009-09-30 | |
| | | | | pwolanin: allow modules to specify per-page custom themes in hook_menu(). | |||
* | #375931 by Dave Reid: Fix SimpleTests when cvs_deploy module is enabled. | Angie Byron | 2009-09-29 | |
| | ||||
* | - Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in ↵ | Dries Buytaert | 2009-09-29 | |
| | | | | url() only accept an array. Another nice API clean-up! | |||
* | - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql(). | Dries Buytaert | 2009-09-29 | |
| | ||||
* | - Patch #215080 by andypost, drifter, Dave Reid | robertDouglass, catch, ↵ | Dries Buytaert | 2009-09-28 | |
| | | | | jaydub: drop unnecessary index. | |||
* | - Patch #445062 by sun: removed system_requirements check for tokenizer now ↵ | Dries Buytaert | 2009-09-20 | |
| | | | | that the registry is gone. | |||
* | - Patch #11218 by David_Rothstein, sun, quicksketch, duncf, awood456, ↵ | Dries Buytaert | 2009-09-20 | |
| | | | | dropcube, mgifford | pwolanin, dww, RobRoy, Crell, webchick, beginner, ray007, bjaspan, chx, Gábor Hojtsy, Steven, Dries, lutegrass, sym, guardian, matt2000, geerlingguy, SeanBannister, matt westgate, com2, praseodym: allow default text formats per role, and integrate text format permissions. | |||
* | - Patch ##525540 by jvandyk, sun, jhodgdon, fago | webchick, TheRec, Dave ↵ | Dries Buytaert | 2009-09-19 | |
| | | | | 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. | |||
* | #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵ | Angie Byron | 2009-09-18 | |
| | | | | hey hey hey... gooood byeeee... | |||
* | - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵ | Dries Buytaert | 2009-09-10 | |
| | | | | weitzman: automatically install/uninstall schema. | |||
* | - Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL ↵ | Dries Buytaert | 2009-09-05 | |
| | | | | support a bit easier by providing two cookies and ... hook_goto_alter. | |||
* | - Patch #561970 by Davy Van Den Bremt: fix the upgrade path from {box} to ↵ | Dries Buytaert | 2009-08-29 | |
| | | | | {block_custom}. | |||
* | #561970 by Davy Van Den Bremt: Rename 'box' to 'custom block'. Here's to ↵ | Angie Byron | 2009-08-28 | |
| | | | | core's database schema making sense. | |||
* | - Patch #559658 by sun, dropcube: store filter settings per format, general ↵ | Dries Buytaert | 2009-08-27 | |
| | | | | API clean-up and documentation improvements. | |||
* | - Patch #300993 by dropcube, Dave Reid: user roles and permission API. Great ↵ | Dries Buytaert | 2009-08-27 | |
| | | | | patch. | |||
* | #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵ | Angie Byron | 2009-08-24 | |
| | | | | 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. | |||
* | Of all the patches to accidentally commit without a message. :( Rolling back ↵ | Angie Byron | 2009-08-24 | |
| | | | | registry rip. Let's try that again. | |||
* | *** empty log message *** | Angie Byron | 2009-08-24 | |
| | ||||
* | #201415 by sun: Add a permission to access site in maintenance mode. | Angie Byron | 2009-08-22 | |
| |