summaryrefslogtreecommitdiff
path: root/modules/upload
Commit message (Collapse)AuthorAge
* #157747 by dopry: the files coming from the form are arrays, and need to by ↵Gábor Hojtsy2007-08-16
| | | | casted to objects
* #160039 by prakashp, chx and pwolanin: fix node saving:Gábor Hojtsy2007-08-09
| | | | | | - centralize/reuse some node form saving code - fix uploads without JS - fix reappearing teasers on node save
* #164935 by Ralf Stamm: standardize CVS Id tags in files:Gábor Hojtsy2007-08-07
| | | | | | - 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
* - Patch #164672 by flevour: typo in SQL query.Dries Buytaert2007-08-05
|
* - Patch #163248 by bennybobw: split upload module.Dries Buytaert2007-07-30
|
* #156910 by asimmonds: fix code indentation problems introduced with new code ↵Gábor Hojtsy2007-07-05
| | | | in this development cycle; only whitespace changes
* - Patch #154398 by quicksketch et al: add dynamic AHAH submission properties ↵Dries Buytaert2007-07-04
| | | | to Forms API. This patch was ready for a long time and is somewhat of a usability improvement (enabler).
* - Patch #155986 by Uwe: fixed typos.Dries Buytaert2007-07-02
|
* - Rollback of patch #147723: delete API. Talked to Steven and Gabor and weDries Buytaert2007-07-01
| | | | | | | | | 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.
* #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing ↵Gábor Hojtsy2007-06-30
| | | | router path based lookups, and also full path argument lookup with a passed argument array
* #115139: Add centralized json handler (and send text/javascript content-type ↵Steven Wittens2007-06-22
| | | | header).
* #147723: Deletion API (by hunmonk). Woop woop.Steven Wittens2007-06-22
|
* - Patch #152291 by dopry: remove some remaining cruft for handling preview ↵Dries Buytaert2007-06-17
| | | | URLs from upload.module.
* - Patch #152171 by yched: added missing validation routines for settings.Dries Buytaert2007-06-15
|
* - Patch #146910 by dww: only allow enabling modules with the same Drupal ↵Dries Buytaert2007-06-08
| | | | core compatibility version.
* - Patch #146667 by Eaton: correct builder argument ordering, eliminate ↵Dries Buytaert2007-06-04
| | | | redundant arguments
* - Patch #115267 by drewish, dopry et al: simplified file uploads code, ↵Dries Buytaert2007-05-30
| | | | improved file API, centralized file validation, implemented quotas and fixed file previews.
* - Patch #146470 by ax: fixed typo in Form API3 conversion.Dries Buytaert2007-05-29
|
* - Patch #146470 by Eaton et al: standardize form API3 hook parameter order.Dries Buytaert2007-05-28
|
* - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)Dries Buytaert2007-05-14
|
* - Patch #128082 by Goba et al: Allow localization of built-in menu items.Dries Buytaert2007-04-30
|
* - Patch #134493 by douggreen: getting the Drupal coding standards right in ↵Dries Buytaert2007-04-13
| | | | core. Woot. Woot.
* - Patch #130987 by merlinofchaos: added theme registry for easier themability.Dries Buytaert2007-04-06
|
* #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)Steven Wittens2007-03-27
|
* - Patch #110888 by Eaton: unify hook _alter()Dries Buytaert2007-03-26
|
* - Patch #68690 by mindless: new attachments not shown.Dries Buytaert2007-03-06
|
* - Patch #111347 by Steven: refactor url() and l().Dries Buytaert2007-02-15
|
* - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. ↵Dries Buytaert2007-01-31
| | | | Thanks.
* - Rollback of E_ALL patch. Too much extra breakage.Dries Buytaert2007-01-25
|
* - Patch #112715 by webchick et al: fixed some E_ALL errors.Dries Buytaert2007-01-25
|
* - Patch #34755 by chx et al: faster menu system. HEAD is temporary broken ↵Dries Buytaert2007-01-24
| | | | and there is no upgrade path yet.
* Fix JS upload after theme_button change.Steven Wittens2007-01-15
|
* - Patch #103164 by davea and RobRoy: made downloads work on IE6. Send ↵Dries Buytaert2007-01-02
| | | | correct headers.
* #106232 by chx. Add spaces for code style.Neil Drumm2007-01-02
|
* - Patch #102583 by ChrisKennedy: file upload maxsize displayed incorrectly.Dries Buytaert2006-12-14
|
* #101714: Allow OpenDocument file extensions by default.Steven Wittens2006-12-06
|
* #101164: Fix file upload in PHP5 (pass by reference)Steven Wittens2006-12-05
|
* #61528 by Darren Oh. Let the browser fully handle downloading attachments.Neil Drumm2006-11-28
|
* #98391 by RobRoy. Don't show the file upload field if the files directory ↵Neil Drumm2006-11-28
| | | | won't work.
* #97870 by killes. Keep file information updated as it is saved.Neil Drumm2006-11-27
|
* #97231 by pwolanin. Keep the node type in a property and use it consistently.Neil Drumm2006-11-26
|
* #97824 by Gurpartap. Move enclosing elements outside of their t().Neil Drumm2006-11-26
|
* - Patch #87298 by webchick, neil, dww et al: show version numbers on modules ↵Dries Buytaert2006-11-21
| | | | page.
* - Patch #92992 by webchick and neclimdul: clean up documentation that is ↵Dries Buytaert2006-11-21
| | | | superseded by the new 'by module' administration dashboard.
* - Patch #89285 by profix: code simplifications.Dries Buytaert2006-10-26
|
* #84146: Use 'Sentence capitalization' for menu items, page titles, form ↵Steven Wittens2006-10-22
| | | | items, etc
* Fix for #81740 by myself. Reference objects as objects.Neil Drumm2006-10-17
|
* - Patch #81740 by merlinofchaos, webchick, moshe, neclimdul et al: added ↵Dries Buytaert2006-10-05
| | | | package support to the modules page.
* - Patch #82045 by chx, eaton et al: fixed nodeapi.Dries Buytaert2006-10-05
|
* - Patch #85257 by RobRoy: fixed default upload restrictions.Dries Buytaert2006-09-26
|