Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #215080 by andypost, drifter, Dave Reid | robertDouglass, catch, ↵ | Dries Buytaert | 2009-09-28 |
| | | | | jaydub: drop unnecessary index. | ||
* | - Patch #443422 by yched, bjaspan | chx, merlinofchaos, Scott Reynolds, ↵ | Dries Buytaert | 2009-09-27 |
| | | | | | | plach, profix898, mattyoung: added support for pluggable 'per field' storage engine. Comes with documentation and tests. The Field Attach API uses the Field Storage API to perform all "database access". Each Field Storage API hook function defines a primitive database operation such as read, write, or delete. The default field storage module, field_sql_storage.module, uses the local SQL database to implement these operations, but alternative field storage backends can choose to represent the data in SQL differently or use a completely different storage mechanism such as a cloud-based database. | ||
* | - Patch #356841 by trogie, Dave Reid | dww: update status 'last checked ↵ | Dries Buytaert | 2009-09-27 |
| | | | | time' should output actual date of last check. | ||
* | - Patch #582754 by bjaspan | yched: Fixed Undefined index errors viewing ↵ | Dries Buytaert | 2009-09-27 |
| | | | | nodes with fields. | ||
* | - Patch #499828 by Dave Reid, Darren Oh, dww | Dries: fixed wrong release ↵ | Dries Buytaert | 2009-09-27 |
| | | | | date on multi-module projects. Now with extra tests! | ||
* | - Patch #550742 by Dave Reid, douggreen, Jacine | yoroy, Dries: removed ↵ | Dries Buytaert | 2009-09-27 |
| | | | | status message. | ||
* | - Patch #253501 by dww, cwgordon7 | boombatower, Dave Reid: added tests for ↵ | Dries Buytaert | 2009-09-26 |
| | | | | update.module. | ||
* | - Patch #367013 by bjaspan, KarenS | yched, Dries: add support for field ↵ | Dries Buytaert | 2009-09-26 |
| | | | | updates. | ||
* | - Patch #570142 by Dave Reid | Dries: get rid of the ↵ | Dries Buytaert | 2009-09-26 |
| | | | | admin/structure/contact/settings page. | ||
* | - Patch #588218 by Dave Reid: use PHP5 date constants. | Dries Buytaert | 2009-09-25 |
| | |||
* | - Patch #578676 by sun: clean ups for cron queue. | Dries Buytaert | 2009-09-25 |
| | |||
* | - Patch #582956 by dww | Damien Tournoud: fixed ↵ | Dries Buytaert | 2009-09-25 |
| | | | | FormsTestCase::testRequiredFields(). | ||
* | - Patch #578676 by chx | neclimdul, Crell, Dave Reid: introduce a queue for ↵ | Dries Buytaert | 2009-09-25 |
| | | | | cron. | ||
* | - Patch #118345 by sun: code clean-up and removed extra condition that ↵ | Dries Buytaert | 2009-09-25 |
| | | | | slipped in. | ||
* | - Patch #585742 by Damien Tournoud | Amitaibu: content type wasn't created ↵ | Dries Buytaert | 2009-09-25 |
| | | | | after drupalCreateContentType(). | ||
* | - Patch #581392 by sun, catch | mr.baileys: Fixed Add an API function for ↵ | Dries Buytaert | 2009-09-25 |
| | | | | deleting revisions. | ||
* | - Patch #560738 by sun, noahb, David_Rothstein | dropcube: trying to delete ↵ | Dries Buytaert | 2009-09-25 |
| | | | | a text format gives 'page not found'. | ||
* | - Patch #572778 by Amitaibu: removed outdated comment. | Dries Buytaert | 2009-09-23 |
| | |||
* | - Patch #550718 by alexanderpas, Gábor Hojtsy | Dries, webchick, ugerhard: ↵ | Dries Buytaert | 2009-09-22 |
| | | | | tabs on admin pages are not accessible from overviews and menus. | ||
* | - Patch #569364 by bjaspan, yched: handle failures on field storage creation. | Dries Buytaert | 2009-09-22 |
| | |||
* | - Patch #118345 by sun | nedjo, pwolanin, webchick: DIE hook_user_form() + ↵ | Dries Buytaert | 2009-09-22 |
| | | | | hook_user_register() DIE! | ||
* | - Patch #581534 by pwolanin | sun: fix redirecting after submitting a ↵ | Dries Buytaert | 2009-09-22 |
| | | | | comment on a multi-page comment thread. | ||
* | - Patch #581760 by yoroy: by default, don't center-align the user login form ↵ | Dries Buytaert | 2009-09-22 |
| | | | | in the block. It is still center-aligned in Garland. | ||
* | - Patch #551694 by effulgentsia, rfay, sun | moshe weitzman, Dries: ↵ | Dries Buytaert | 2009-09-21 |
| | | | | standardized the return of status messages in AJAX callbacks. | ||
* | Patch #331893 by mgifford, nigel, Xano, Everett Zufelt | Cliff, Bojhan, ↵ | Dries Buytaert | 2009-09-21 |
| | | | | mcrittenden, webchick, Josh Waihi, alpritt, heather: improved the password checker. | ||
* | - Patch #500038 by Shai, sreynen | webchick: changed default for RSS output ↵ | Dries Buytaert | 2009-09-21 |
| | | | | from 'teaser only' to 'full node'. | ||
* | - Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and ↵ | Dries Buytaert | 2009-09-21 |
| | | | | drupal_json() for consistency and readability. | ||
* | - Patch #249553 by sun: started to rename SimpleTest to Testing, at least in ↵ | Dries Buytaert | 2009-09-21 |
| | | | | user output. | ||
* | Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection ↵ | Dries Buytaert | 2009-09-21 |
| | | | | handling. I can actually understand it now. ;-). | ||
* | - Patch #550742 by douggreen | Zarabadoo: remove Search box from theme ↵ | Dries Buytaert | 2009-09-21 |
| | | | | system, default to block system instead. | ||
* | - Patch #444402 by sun: clean up of parseInt() usage. | Dries Buytaert | 2009-09-20 |
| | |||
* | - Patch #581634 by stBorchert: added missing CSS file. | Dries Buytaert | 2009-09-20 |
| | |||
* | - Patch #445062 by sun: removed system_requirements check for tokenizer now ↵ | Dries Buytaert | 2009-09-20 |
| | | | | that the registry is gone. | ||
* | - Patch #582758 by c960657: remove t() calls from getInfo() functions. | Dries Buytaert | 2009-09-20 |
| | |||
* | - Patch #582736 by douggreen: removed unused function. | Dries Buytaert | 2009-09-20 |
| | |||
* | - Patch #11218 by sun: fixed fatal error. | Dries Buytaert | 2009-09-20 |
| | |||
* | - 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 #553524 by John Morahan: escape link text in assertions. | Dries Buytaert | 2009-09-19 |
| | |||
* | - Patch #576302 by joachim | lambic: improved rewording of user admin help text. | Dries Buytaert | 2009-09-19 |
| | |||
* | - 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. | ||
* | - Patch #300993 by sun: extended the roles and permissions API so we can ↵ | Dries Buytaert | 2009-09-19 |
| | | | | revoke permissions from a role etc. | ||
* | - Patch #581594 by douggreen: minor db_query() fix to search for the new ↵ | Dries Buytaert | 2009-09-19 |
| | | | | database abstraction layer. | ||
* | - Patch #283723 by pwolanin, sun | eddified, moshe weitzman, Dries, aether, ↵ | Dries Buytaert | 2009-09-18 |
| | | | | Arancaytar: Added Make menu_tree_output() return renderable output. | ||
* | #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes | Angie Byron | 2009-09-18 |
| | | | | | | 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. | ||
* | #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵ | Angie Byron | 2009-09-18 |
| | | | | hey hey hey... gooood byeeee... | ||
* | #563998 by plach: Add a means of marking a field as translatable in Field UI. | Angie Byron | 2009-09-17 |
| | |||
* | #457450 by agentrickard: Added hooks to track changes to menu links. | Angie Byron | 2009-09-17 |
| | |||
* | #556534 by xmacinfo: Fixed SimpleTest help text. | Angie Byron | 2009-09-17 |
| | |||
* | #440930 by brianV: Add @file block to menu.test. | Angie Byron | 2009-09-17 |
| | |||
* | #365597 by mfb, Jody Lynn: Don't show access denied when logging in via ↵ | Angie Byron | 2009-09-17 |
| | | | | OpenID to user/login. |