summaryrefslogtreecommitdiff
path: root/modules/upload/upload.module
Commit message (Collapse)AuthorAge
* - 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.
* - Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted ↵Dries Buytaert2006-08-18
| | | | forms via the pull model.
* #76802: Introduce placeholder magic into t()Steven Wittens2006-08-18
| | | | See: http://drupal.org/node/64279#t-placeholders
* - Patch #74326 by Eaton, Royboy, chx, et al: building $node->body with ↵Dries Buytaert2006-08-10
| | | | | | arrays like FAPI for viewing. Once again, we're paving the path for CCK in core ... :)
* - Patch #77422 by timcn: corrected various paths in the documentation.Dries Buytaert2006-08-07
|
* #62340 by chx, webchick, Jaza, Eaton, mathieu, and myself. Configurable node ↵Neil Drumm2006-08-06
| | | | types.
* #72545 by pwolanin, validation for upload module administration.Neil Drumm2006-08-06
|
* - Patch #72079 by Earl et al: give Drupal an overall administration page ... :-)Dries Buytaert2006-07-31
|
* #73605 by RobRoy, make hook_link() implementations consistent with ↵Neil Drumm2006-07-19
| | | | documentation.
* - Patch #72284 by me:Dries Buytaert2006-07-10
| | | | | + reorganized ?q=admin/settings + deprecated the _settings hook
* - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.Dries Buytaert2006-07-05
|
* #71925 by Steven, remove # prefix from link array keys.Neil Drumm2006-07-04
|
* #71616 by keve, cleanupNeil Drumm2006-07-04
|
* #66662 by stefan nagtegaal, Remove PHP noticesNeil Drumm2006-06-11
|
* #57307 by killes, upload_load should return an ordered setNeil Drumm2006-06-11
|
* - Patch #66842 by Heine: use proper variable to show filename.Dries Buytaert2006-06-02
|
* fixing stuffGerhard Killesreiter2006-06-01
|
* - Patch #18260 by Ber, m3averck et al: allow overriding of links returned by ↵Dries Buytaert2006-05-18
| | | | modules
* - Patch #51506 by gordon: new feature: added auto-complete functionality to ↵Dries Buytaert2006-05-12
| | | | user profiles.
* #61802 by Zen, Double spaced sentences clean upNeil Drumm2006-05-07
|
* #30025 by m3avrck, Upload module needs a 'default' maxfile size settingNeil Drumm2006-05-04
|
* #60532: Multiple file upload broken in some browsers (fix)Steven Wittens2006-04-27
|
* #60532: multiple file upload broken in some browsersSteven Wittens2006-04-27
|
* #59648, Upload.module misuse of hook_file_download, paralyzes other modules' ↵Gerhard Killesreiter2006-04-27
| | | | hook, patch by jakeg
* #57949, fixed broken links in helptexts, patch by wulffGerhard Killesreiter2006-04-26
|
* #56555, Upload list settings not being respected, initially., patch by chx ↵Gerhard Killesreiter2006-04-18
| | | | and dopry
* - Removing trailing whitespace.Dries Buytaert2006-04-17
|
* #23373, make uploaded file list themable, patch by yogadex / Moshe / drummGerhard Killesreiter2006-04-14
|
* Fixing indentation.Neil Drumm2006-04-14
|
* #58166, fixes for typos, patch by Uwe HerrmannGerhard Killesreiter2006-04-11
|
* #57307, order files by fid, patch by Robert DouglassGerhard Killesreiter2006-04-08
|
* #53689: upload_js doesn't allow form altering with hook_form_alterSteven Wittens2006-04-07
|
* #56921, revert earlier patches, patch by chxGerhard Killesreiter2006-04-06
|
* #57294: Upload.module should not overwrite other #attributes in form_alterSteven Wittens2006-04-04
|
* #56921 by chx, removing the $form = from $form = form_builder($form_id, ↵Neil Drumm2006-04-02
| | | | $form) then it works.
* #55520, improved docs, patch by dopryGerhard Killesreiter2006-03-30
|
* #56467, removed cruft, patch by NedjoGerhard Killesreiter2006-03-30
|
* #55520, upload.module does not display previews for when private files are ↵Gerhard Killesreiter2006-03-29
| | | | enabled, patch by dopry.