summaryrefslogtreecommitdiff
path: root/modules/upload
Commit message (Collapse)AuthorAge
* #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
|
* - Patch #83297 by yched et al: prevent double escaping of filenames in ↵Dries Buytaert2006-09-10
| | | | | | upload module. (Needs to be backported, I think)
* - Patch #83222 by edkwh: more theme('placeholder') clean-up. Good catch.Dries Buytaert2006-09-09
|
* - Patch #30525 by rblomme et al: make downloading attachments work with IE6.Dries Buytaert2006-09-08
|
* - Rollback of patch #68418: clean up node submit hooks. Needs more thinkering.Dries Buytaert2006-08-31
| | | | Restores the old node API.
* - Patch #80952 by earl, webchick, neclimdul et al: .info filesDries Buytaert2006-08-31
|
* - Fix upload.js after edit[] patch (note: uploading is still broken, with or ↵Steven Wittens2006-08-30
| | | | without JS)
* - Patch #68418 by Moshe et al: clean up node submit hooks.Dries Buytaert2006-08-29
|
* #80574 Eaton and chx. Replace $_POST['edit'] with $_POST.Neil Drumm2006-08-29
|
* - Patch #80934 by timnc: more t() fixes.Dries Buytaert2006-08-27
|
* - Patch #38454 by drumm, jaza, webchick, timnc et al: add field pre- and ↵Dries Buytaert2006-08-26
| | | | suffixes to textfields.
* - Patch #76444 by chx, moshe, eaton, angie et al: make it possible to ↵Dries Buytaert2006-08-22
| | | | control access to form elements.