summaryrefslogtreecommitdiff
path: root/modules/upload
Commit message (Collapse)AuthorAge
* #563000 by drewish, quicksketch, catch, and yched: DIE upload module, DIE! ↵Angie Byron2009-12-06
| | | | Long live File module! :D
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* - Patch #635094 by plach: unify 'language neutral' language codes.Dries Buytaert2009-12-02
|
* - Patch #620446 by Xano: rewrite permission titles and descriptions.Dries Buytaert2009-12-01
|
* - Patch #583730 by sun: fixed form caching.Dries Buytaert2009-11-18
|
* - Patch #598758 by stBorchert, sun, pwolanin, eigentor, TheRec, seutje: add ↵Dries Buytaert2009-11-17
| | | | link to the permissions and configuration page of each module from the module configuration page. Great team work!
* Roll-back of #595084; type-hinting parameters at stdClass makes it so you ↵Angie Byron2009-11-08
| | | | can't ever pass in another type of class.
* #612396 by jim0203 and dman: Fixed Notice: Undefined index: process_input() ↵Angie Byron2009-11-01
| | | | in _form_builder_handle_input_element().
* - Patch #595084 by c960657: use type hinting for .Dries Buytaert2009-11-01
|
* #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme ↵Angie Byron2009-10-23
| | | | functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
* - Patch #443200 by c960657: fixed user pictures not working with private files.Dries Buytaert2009-10-20
|
* - Patch #607040 by cweagans: added missing CVS tag, and added some line breaks.Dries Buytaert2009-10-17
|
* - Patch #593746 by #593746 by sun, andypost: prepare Drupal core for dynamic ↵Dries Buytaert2009-10-16
| | | | data translation.
* - Patch #601570 by effulgentsia: hook_exit() and other cleanup needs to ↵Dries Buytaert2009-10-13
| | | | happen for AJAX requests too.
* - Patch #593522 by sun: a better and faster drupal_alter().Dries Buytaert2009-10-13
|
* - Patch #602122 by sivaji: fixed broken link.Dries Buytaert2009-10-12
|
* #557292 by peximo, plach, catch, and yched: Convert node title to Field API.Angie Byron2009-10-11
|
* - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵Dries Buytaert2009-10-09
| | | | take a single argument. Code clean-up and performance improvement. Woot.
* - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().Dries Buytaert2009-09-29
|
* - Patch #581392 by sun, catch | mr.baileys: Fixed Add an API function for ↵Dries Buytaert2009-09-25
| | | | deleting revisions.
* - Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and ↵Dries Buytaert2009-09-21
| | | | drupal_json() for consistency and readability.
* - Patch #581634 by stBorchert: added missing CSS file.Dries Buytaert2009-09-20
|
* #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵Angie Byron2009-09-18
| | | | hey hey hey... gooood byeeee...
* - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵Dries Buytaert2009-09-10
| | | | weitzman: automatically install/uninstall schema.
* - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ↵Dries Buytaert2009-09-05
| | | | other types of stuff to render() structures.
* - Patch #331171 by pwolanin, mfb, drewish: allow modules to alter the MIME ↵Dries Buytaert2009-08-31
| | | | extension mapping rather than setting a huge variable.
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-08-24
| | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
* Of all the patches to accidentally commit without a message. :( Rolling back ↵Angie Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* #556594 by sign: Move File Uploads under Media.Angie Byron2009-08-22
|
* #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵Angie Byron2009-08-22
| | | | Convert 'class' attribute to use an array, not a string.
* - Patch #556138 by Bojhan: fixed broken link.Dries Buytaert2009-08-22
|
* - Patch #523478 by stBorchert, Bojhan, et al: better widget for WIDTH x ↵Dries Buytaert2009-08-21
| | | | HEIGHT widget.
* - Patch #549432 by Bohjan, Gábor Hojtsy: create 'people and permissions' ↵Dries Buytaert2009-08-21
| | | | section in 'configuration and modules'.
* #552520 by merlinofchaos: Fixed AJAX wrappers on poll/upload modules.Angie Byron2009-08-21
|
* - Patch #550228 by Bojhan: added 'Media' category on 'Configuration and ↵Dries Buytaert2009-08-20
| | | | modules' page.
* - Patch #113614 by eaton, fago, et al: add centralized token/placeholder ↵Dries Buytaert2009-08-19
| | | | subsituation to core.
* #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, ↵Angie Byron2009-08-17
| | | | dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.
* #544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools ↵Angie Byron2009-08-17
| | | | AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now.
* - Patch #536570 by Gábor Hojtsy: implemented new IA for top-level users.Dries Buytaert2009-07-31
|
* - Patch #491556 by Berdir: completed converting core to DBTNG. Oh my. Kudos ↵Dries Buytaert2009-07-28
| | | | to Berdir for this humongous effort.
* #500866 by boombatower: Remove t() from getInfo in tests.Angie Byron2009-07-13
|
* - Patch #506976 by catch: rename hook_perm to hook_permission.Dries Buytaert2009-07-05
|
* #373201 by moshe weitzman, chx, Frando, eaton: Allow renderable array ↵Angie Byron2009-07-02
| | | | properties to be passed directly to theme functions.
* - Patch #409750 by yched et al: overhaul and extend node build modes.Dries Buytaert2009-06-22
|
* - Patch #449198 by boombatower: cealn up test loading and related API.Dries Buytaert2009-06-08
|
* - Patch #111011 by Josh Waihi: adding foreign key specifications.Dries Buytaert2009-06-01
|
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* - Patch #137932 by grendzy, Alan D, lilou et al: automatic enctype on adding ↵Dries Buytaert2009-05-25
| | | | a file field.
* - Patch #440778 by brianV: coding style fixes and documentation improvements.Dries Buytaert2009-05-21
|