summaryrefslogtreecommitdiff
path: root/modules/upload/upload.module
Commit message (Collapse)AuthorAge
* #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.
* #54913, problem with checking filesize during uploading if user belongs into ↵Gerhard Killesreiter2006-03-24
| | | | more than one role, patch by dopry
* #54298, Only user = 1 can upload files, patch by dopryGerhard Killesreiter2006-03-21
|
* #54186, Uploads still listed on upload form after validation errors, patch ↵Gerhard Killesreiter2006-03-16
| | | | by timcn
* #53666, Invalid argument supplied for foreach() in upload_save, patch by ↵Gerhard Killesreiter2006-03-13
| | | | Markus Petrux
* - Patch #42358 by dopry et al: fixed problem with attaching files.Dries Buytaert2006-03-10
|
* - Patch #52092 by wtanaka, dopry and moshe: fixed regression with ↵Dries Buytaert2006-03-10
| | | | hook_file_download.
* - Patch #31354 by Junyor et al: move node revision information for files to ↵Dries Buytaert2006-02-22
| | | | a separate table. (Today's critical bugfix #1.)
* - Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.)Dries Buytaert2006-02-21
|
* - Patch #50454 by DaveNotik: fixed syntax error. (Today's 1th critical bugfix)Dries Buytaert2006-02-21
|
* - Patch #49476 by Moshe: fixed incorrect access check.Dries Buytaert2006-02-20
|
* - #47510: Show JavaScript alert when PHP errors occurSteven Wittens2006-02-05
|
* - Patch #20795 by Steven: improved consistency of the code.Dries Buytaert2006-01-08
|
* - Patch #41161 by Moshe: bugfix: hide the upload form when uploads are not ↵Dries Buytaert2006-01-08
| | | | enabled for a node type.
* - Patch #43362 by dorpy, junyor: critical bug fix: uploads loose their state.Dries Buytaert2006-01-05
|
* - Patch 41169 by Chris: got rid of expensvie object 2 array casts.Dries Buytaert2005-12-31
|
* - Patch #41437 by webchick: improved code comments.Dries Buytaert2005-12-17
|
* - Patch #34920 by Morbus/webchick/tangent: fixed order of form fields.Dries Buytaert2005-12-15
|
* - Patch #39358 by m3avrck and Souvent22: make the upload.module work + ↵Dries Buytaert2005-12-10
| | | | revisions fixes.
* - Patch #39778 by chx: obliterate nodeapi op form in favor of the forms ↵Dries Buytaert2005-12-05
| | | | API's way of doing things. Tested with help from webchick.
* - Removed valid_input_check().Dries Buytaert2005-11-30
|
* - Various fixes. Updated CHANGELOG.txtDries Buytaert2005-11-29
|
* - Patch #37798 by Neil: fixed problem with node settings.Dries Buytaert2005-11-27
|
* - Patch #37798 by Neil: allow non-workflow form elements on the node type ↵Dries Buytaert2005-11-25
| | | | settings page.
* - Patch #35121 by m3avrck: fixed problem with list and description values ↵Dries Buytaert2005-11-21
| | | | aren't saved for uploaded files.
* #37378: Missing for _form_builder() in js uploadSteven Wittens2005-11-13
|
* - Patch #35644 by webchick: forms API simplificiations.Dries Buytaert2005-11-12
|
* - Patch #26139 by webchick / Kieran / documentation team: improved admin ↵Dries Buytaert2005-11-01
| | | | help of core modules! /
* - Patch #34920 by tangent: reorganized the node submission form a bit.Dries Buytaert2005-10-28
|
* - Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.Dries Buytaert2005-10-11
|
* - Removing tabs and trailing whitespaces.Dries Buytaert2005-10-07
|
* - Patch #29465: new form API by Adrian et al.Dries Buytaert2005-10-07
| | | | | | | TODO: + The contact.module was broken; a new patch for contact.module is needed. + Documentation is needed. + The most important modules need to be updated ASAP.
* - Modified patch #30775 by timcn, Souvent22, m3avrck: give file uploads ↵Dries Buytaert2005-09-27
| | | | | | descriptions. (Modified the form a bit.)
* - #30128: Call by reference left-oversSteven Wittens2005-09-02
|