Commit Graph

181 Commits (a8800e4f2694a0107bbf425212bdccb1fe81f5cb)

Author SHA1 Message Date
Gábor Hojtsy f48af90a40 by dopry: the files coming from the form are arrays, and need to by casted to objects 2007-08-16 12:30:24 +00:00
Gábor Hojtsy 509d570bbd by prakashp, chx and pwolanin: fix node saving:
- centralize/reuse some node form saving code
 - fix uploads without JS
 - fix reappearing teasers on node save
2007-08-09 11:01:00 +00:00
Gábor Hojtsy f23c24c8a3 by Ralf Stamm: standardize CVS Id tags in files:
- always include CVS Id tags in all files
 - add a new line after the CVS Id, if more code or phpdoc follows in the same code block
 - fix bogus Id tags previously added
2007-08-07 08:39:36 +00:00
Dries Buytaert fbd7a0bdc3 - Patch by flevour: typo in SQL query. 2007-08-05 16:13:31 +00:00
Dries Buytaert 99de8bcb50 - Patch by bennybobw: split upload module. 2007-07-30 22:53:10 +00:00
Gábor Hojtsy 806d0a3dee by asimmonds: fix code indentation problems introduced with new code in this development cycle; only whitespace changes 2007-07-05 08:48:58 +00:00
Dries Buytaert 2ceae6ad58 - Patch by quicksketch et al: add dynamic AHAH submission properties to Forms API. This patch was ready for a long time and is somewhat of a usability improvement (enabler). 2007-07-04 15:42:38 +00:00
Dries Buytaert ee701b3336 - Patch by Uwe: fixed typos. 2007-07-02 14:41:37 +00:00
Dries Buytaert e59852d336 - Rollback of patch : delete API. Talked to Steven and Gabor and we
unanimously agreed to rollback the deletion API.  We all support the
  features this patch added, yet not its actual design and implementation.
  After some talk, we decided that it would be better for Drupal -- in the
  long term -- not to go with a solution that isn't 100%. We also recognize
  that in the short term, this patch would have been useful addition. So
  let's figure out how we can implement this properly in D7.
2007-07-01 17:41:16 +00:00
Gábor Hojtsy 9e6ef53c2c by pwolanin: get hook_help() up to speed to menu changes, allowing router path based lookups, and also full path argument lookup with a passed argument array 2007-06-30 19:46:58 +00:00
Steven Wittens 569ede574f : Add centralized json handler (and send text/javascript content-type header). 2007-06-22 08:46:16 +00:00
Steven Wittens 38a1300df2 : Deletion API (by hunmonk). Woop woop. 2007-06-22 05:44:21 +00:00
Dries Buytaert 3c8991d0b7 - Patch by dopry: remove some remaining cruft for handling preview URLs from upload.module. 2007-06-17 10:43:25 +00:00
Dries Buytaert 931a4f32dc - Patch by yched: added missing validation routines for settings. 2007-06-15 22:00:30 +00:00
Dries Buytaert 29eb5a6284 - Patch by dww: only allow enabling modules with the same Drupal core compatibility version. 2007-06-08 05:50:58 +00:00
Dries Buytaert 1fe90cba4f - Patch by Eaton: correct builder argument ordering, eliminate redundant arguments 2007-06-04 07:22:23 +00:00
Dries Buytaert 4fd54aabc5 - Patch by drewish, dopry et al: simplified file uploads code, improved file API, centralized file validation, implemented quotas and fixed file previews. 2007-05-30 08:08:59 +00:00
Dries Buytaert 8a4451e3ca - Patch by ax: fixed typo in Form API3 conversion. 2007-05-29 16:06:07 +00:00
Dries Buytaert 96926ca047 - Patch by Eaton et al: standardize form API3 hook parameter order. 2007-05-28 06:08:47 +00:00
Dries Buytaert ac65ff9074 - Patch by eaton, chx, webchick, yched et al: form api 3 ... yay. :) 2007-05-14 13:43:38 +00:00
Dries Buytaert 7d4f2836ba - Patch by Goba et al: Allow localization of built-in menu items. 2007-04-30 17:03:29 +00:00
Dries Buytaert e675979091 - Patch by douggreen: getting the Drupal coding standards right in core. Woot. Woot. 2007-04-13 08:56:59 +00:00
Dries Buytaert 5bbbf10ba8 - Patch by merlinofchaos: added theme registry for easier themability. 2007-04-06 13:27:23 +00:00
Steven Wittens f7440d4d73 : Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc) 2007-03-27 05:13:55 +00:00
Dries Buytaert eb6b848de6 - Patch by Eaton: unify hook _alter() 2007-03-26 00:35:59 +00:00
Dries Buytaert 5fdaa818da - Patch by mindless: new attachments not shown. 2007-03-06 16:43:10 +00:00
Dries Buytaert dc5843bd30 - Patch by Steven: refactor url() and l(). 2007-02-15 11:40:19 +00:00
Dries Buytaert 05a708fb06 - Patch by chx, webchick, asimmonds, et al: fixing E_ALL notices. Thanks. 2007-01-31 15:49:26 +00:00
Dries Buytaert 3b543c18f5 - Rollback of E_ALL patch. Too much extra breakage. 2007-01-25 22:14:06 +00:00
Dries Buytaert fd32b42196 - Patch by webchick et al: fixed some E_ALL errors. 2007-01-25 21:32:07 +00:00
Dries Buytaert 03752e35a4 - Patch by chx et al: faster menu system. HEAD is temporary broken and there is no upgrade path yet. 2007-01-24 14:48:36 +00:00
Steven Wittens 6c3f2ef2cd Fix JS upload after theme_button change. 2007-01-15 11:22:34 +00:00
Dries Buytaert a7d58587cb - Patch by davea and RobRoy: made downloads work on IE6. Send correct headers. 2007-01-02 10:25:33 +00:00
Neil Drumm dfd86399c0 by chx. Add spaces for code style. 2007-01-02 05:05:38 +00:00
Dries Buytaert 5d2f993c22 - Patch by ChrisKennedy: file upload maxsize displayed incorrectly. 2006-12-14 13:30:59 +00:00
Steven Wittens cc2cb795d5 : Allow OpenDocument file extensions by default. 2006-12-06 20:37:25 +00:00
Steven Wittens 80f691eeef : Fix file upload in PHP5 (pass by reference) 2006-12-05 23:10:48 +00:00
Neil Drumm 222fa77f84 by Darren Oh. Let the browser fully handle downloading attachments. 2006-11-28 02:38:28 +00:00
Neil Drumm 85a1cea720 by RobRoy. Don't show the file upload field if the files directory won't work. 2006-11-28 02:28:48 +00:00
Neil Drumm 706a462c89 by killes. Keep file information updated as it is saved. 2006-11-27 23:01:11 +00:00
Neil Drumm 8b1e5d0505 by pwolanin. Keep the node type in a property and use it consistently. 2006-11-26 02:43:48 +00:00
Neil Drumm b5bf8a8f47 by Gurpartap. Move enclosing elements outside of their t(). 2006-11-26 02:20:01 +00:00
Dries Buytaert 6ae6dc0d85 - Patch by webchick, neil, dww et al: show version numbers on modules page. 2006-11-21 20:55:36 +00:00
Dries Buytaert b004f328ee - Patch by webchick and neclimdul: clean up documentation that is superseded by the new 'by module' administration dashboard. 2006-11-21 20:14:19 +00:00
Dries Buytaert cb8be5f821 - Patch by profix: code simplifications. 2006-10-26 05:31:14 +00:00
Steven Wittens 36d44fbfb0 : Use 'Sentence capitalization' for menu items, page titles, form items, etc 2006-10-22 08:28:47 +00:00
Neil Drumm f37cfb92b2 Fix for by myself. Reference objects as objects. 2006-10-17 08:20:42 +00:00
Dries Buytaert 18b297abf8 - Patch by merlinofchaos, webchick, moshe, neclimdul et al: added package support to the modules page. 2006-10-05 15:47:57 +00:00
Dries Buytaert 90f9bffbc0 - Patch by chx, eaton et al: fixed nodeapi. 2006-10-05 15:26:17 +00:00
Dries Buytaert 24ac1a1fb2 - Patch by RobRoy: fixed default upload restrictions. 2006-09-26 14:11:58 +00:00