Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #319341: SA-2008-060 (#318706): Access bypass for files attached to ↵ | Angie Byron | 2008-10-11 |
| | | | | restricted nodes. | ||
* | #319328: SA-2008-060 (#318706): File upload access bypass. | Angie Byron | 2008-10-11 |
| | |||
* | #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI. | Angie Byron | 2008-10-11 |
| | |||
* | #318892 by justinrandell and chx: Add .install files to the list of files ↵ | Angie Byron | 2008-10-09 |
| | | | | added to .info files. | ||
* | #313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions ↵ | Angie Byron | 2008-10-09 |
| | | | | to allow for localization of permission names | ||
* | #142995 by dopry, drewish, quicksketch, jpetso, and flobruit: Adding ↵ | Angie Byron | 2008-10-09 |
| | | | | hook_file_X(). This is an enabler of lots and lots of goodies. See CHANGELOG.txt for more. Awesome work, guys. :) | ||
* | - Patch #310212 by justinrandell: killed in _node hook, as well as twelve ↵ | Dries Buytaert | 2008-10-06 |
| | | | | sable tooth tigers. | ||
* | - Patch #161301 by Eaton, Sun, moshe and webchick: make checking for node ↵ | Dries Buytaert | 2008-09-27 |
| | | | | edit forms easier. DX improvement. | ||
* | #308434 by drewish, dopry, quicksketch, aaron, jhedstrom, and friends: ↵ | Angie Byron | 2008-09-15 |
| | | | | Massive file.inc cleanup aaaaaand... tests! Yay! :D | ||
* | - Patch #245329 by christefano and dmitrig01: code comment love. | Dries Buytaert | 2008-07-24 |
| | |||
* | - Patch #247095 by drewish: fixed variable name that cause private file ↵ | Dries Buytaert | 2008-07-18 |
| | | | | uploads to be broken. | ||
* | - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵ | Dries Buytaert | 2008-07-16 |
| | | | | printes #markup, not #value. | ||
* | - Patch #253506 by Daniel, flobruit and catch: made the upload tests work. | Dries Buytaert | 2008-06-06 |
| | |||
* | - Patch #247423 by boombatower: code style fixes for the tests. | Dries Buytaert | 2008-05-30 |
| | |||
* | - Patch #247095 by drewish ad flobruit: upload module performs permission ↵ | Dries Buytaert | 2008-05-14 |
| | | | | checks on files it doesn't control. | ||
* | - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵ | Dries Buytaert | 2008-05-06 |
| | | | | | | | | | | | flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code. | ||
* | - Added a test framework to Drupal along with a first batch of tests for | Dries Buytaert | 2008-04-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Drupal core! This is an important milestone for the project so enable the module and check it out ... :) Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran Lal, Moshe Weitzman, and the many other people that helped with testing over the past years and that drove this home. It all works but it is still rough around the edges (i.e. documentation is still being written, the coding style is not 100% yet, a number of tests still fail) but we spent the entire weekend working on it in Paris and made a ton of progress. The best way to help and to get up to speed, is to start writing and contributing some tests ... as well as fixing some of the failures. For those willing to help with improving the test framework, here are some next steps and issues to resolve: - How to best approach unit tests and mock functions? - How to test drupal_mail() and drupal_http_request()? - How to improve the admin UI so we have a nice progress bar? - How best to do code coverage? - See http://g.d.o/node/10099 for more ... | ||
* | - Patch #93154 by mfb: add unlimited option for uploading files. | Dries Buytaert | 2008-04-20 |
| | |||
* | - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵ | Dries Buytaert | 2008-04-14 |
| | | | | discussion we've decided to make the concatenation operator consistent with the other operators. | ||
* | - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide ↵ | Dries Buytaert | 2008-02-20 |
| | | | | descriptions for permissions on the permission administration page. | ||
* | - Patch #221384 by webernet: update core compatibility to Drupal 7. | Dries Buytaert | 2008-02-18 |
| | |||
* | - Patch #219883 by gdevlugt and webernet: files attached to newly created ↵ | Dries Buytaert | 2008-02-12 |
| | | | | nodes are listed despite unchecking list option. | ||
* | - Patch #219334 by Goba et al: prevent the upload table being created if it ↵ | Dries Buytaert | 2008-02-10 |
| | | | | already exists. | ||
* | #18954 by kkaefer, Pancho: built-in role names were not translated and some ↵ | Gábor Hojtsy | 2008-01-10 |
| | | | | user_roles() call cleanups | ||
* | - Patch #206418 by meba: fixed typo - 'sever' should be 'server'. | Dries Buytaert | 2008-01-05 |
| | |||
* | - Patch #199955 by saxofaan: file_upload_max_size() returns results in ↵ | Dries Buytaert | 2008-01-05 |
| | | | | bytes, not in mega bytes. | ||
* | - Patch #204955 by chx: fixed E_ALL warning. | Dries Buytaert | 2007-12-31 |
| | |||
* | #173656 by qucksketch: fix upload form ordering and delete buttons on ↵ | Gábor Hojtsy | 2007-12-24 |
| | | | | preview, among smaller issues | ||
* | - Patch #164532 by catch, pwolanin, David Strauss, et al.: improve table ↵ | Dries Buytaert | 2007-12-18 |
| | | | | indicies for common queries. | ||
* | #200069 by keith.smith: new standard for 'more information' links in module ↵ | Gábor Hojtsy | 2007-12-14 |
| | | | | help texts, as the handbook we referred to before was renamed | ||
* | #197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, ↵ | Gábor Hojtsy | 2007-12-13 |
| | | | | update to drag and drop functionality, drupal.module removal, etc | ||
* | #198579 by webernet and hswong3i: a huge set of coding style fixes, including: | Gábor Hojtsy | 2007-12-08 |
| | | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting | ||
* | #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions | Gábor Hojtsy | 2007-12-06 |
| | |||
* | #196351 by robertDouglass: fix small SQL error | Gábor Hojtsy | 2007-11-29 |
| | |||
* | #193105 by dmitrig01, quicksketch: add weights and drag and drop ordering ↵ | Gábor Hojtsy | 2007-11-29 |
| | | | | support to uploads | ||
* | #172630 by webernet: fix weird errors experienced when using the JS file ↵ | Gábor Hojtsy | 2007-11-21 |
| | | | | uploader | ||
* | #191104 by keith.smith: (usability) change occurances of node to 'post' and ↵ | Gábor Hojtsy | 2007-11-12 |
| | | | | 'content' as appropriate | ||
* | #187881 by mooffie: fix misnamed database table names in schema documentation | Gábor Hojtsy | 2007-11-04 |
| | |||
* | #172943 by drewish: fix file_save_upload() conformance to its API ↵ | Gábor Hojtsy | 2007-10-25 |
| | | | | documentation by treating the 'dest' param as a directory. Also fixes #176876 so temporary files are properly stored in the temp directory. | ||
* | Drupal 6.0-beta 2 release with all Drupal 5.3 security fixes applied | Gábor Hojtsy | 2007-10-17 |
| | |||
* | #181088 by fajerstarter, catch and JirkaRybka: rename 'access control' to ↵ | Gábor Hojtsy | 2007-10-12 |
| | | | | 'permissions' for usability reasons | ||
* | #164983 by multiple contributors: document the core database schemas | Gábor Hojtsy | 2007-10-10 |
| | |||
* | #181741 by quicksketch: fix AHAH throbber/progress bar issues and generalize ↵ | Gábor Hojtsy | 2007-10-10 |
| | | | | progress display configuration to allow module developers to choose from the throbber and progress bar | ||
* | - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵ | Dries Buytaert | 2007-10-05 |
| | | | | .schema files into .install files to prevent mistakes. | ||
* | #157752 by quicksketch: extend AHAH functionality to most types of form ↵ | Gábor Hojtsy | 2007-10-05 |
| | | | | elements, without writing JavaScript. Also AHAH enable the blocks admin page. | ||
* | #174708 by multiple contributors: update jQuery to 1.2 | Gábor Hojtsy | 2007-09-12 |
| | |||
* | #173305 by drewish: actually remove files when the delete check box is checked | Gábor Hojtsy | 2007-09-06 |
| | |||
* | - Patch #173287 by webernet: missing {} in SQL query. | Dries Buytaert | 2007-09-05 |
| | |||
* | - Patch #172961 by webernet: code style cleanup. | Dries Buytaert | 2007-09-05 |
| | |||
* | #168813 by chx: do not let form caching prevent file uploads | Gábor Hojtsy | 2007-09-02 |
| |