Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch 41169 by Chris: got rid of expensvie object 2 array casts. | Dries Buytaert | 2005-12-31 |
| | |||
* | - #42446: Disable resizable textareas inside collapsed fieldsets. | Steven Wittens | 2005-12-30 |
| | |||
* | Missing grippie.png | Steven Wittens | 2005-12-30 |
| | |||
* | - #42234: Use standardized feed icon for RSS | Steven Wittens | 2005-12-29 |
| | |||
* | - #42446: Resizable textareas. | Steven Wittens | 2005-12-29 |
| | |||
* | - JS Updater: stop monitoring progress when 100% is reached (can lead to ↵ | Steven Wittens | 2005-12-21 |
| | | | | infinite refresh loops in Safari) | ||
* | Fix JS in: | Steven Wittens | 2005-12-21 |
| | | | | | - #31968: IE - #41743: Safari | ||
* | - Oopsie, faulty rcsmerge | Steven Wittens | 2005-12-21 |
| | |||
* | - Clarifying Opera bug to Opera 8 | Steven Wittens | 2005-12-21 |
| | |||
* | - Patch #41751 by Neil: don't fiddle with button margins. | Dries Buytaert | 2005-12-20 |
| | |||
* | - Patch #40677 by Steven: make the updater work again. | Dries Buytaert | 2005-12-19 |
| | |||
* | - Patch #40677 by Thox: make the upgrade path work in Opera. | Dries Buytaert | 2005-12-16 |
| | |||
* | - Patch #41385 by Thox: made the upload.module work again. | Dries Buytaert | 2005-12-16 |
| | |||
* | - Patch #35924 by Neil: improved the update system. | Dries Buytaert | 2005-12-06 |
| | |||
* | - Patch #39725 by Goba: improvements to the code comments. | Dries Buytaert | 2005-12-02 |
| | |||
* | - Patch by Neil: removed left-over css. | Dries Buytaert | 2005-11-23 |
| | |||
* | - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings. | Dries Buytaert | 2005-10-22 |
| | |||
* | - #28159: Advanced search features (hello from DrupalCon) | Steven Wittens | 2005-10-18 |
| | | | | | Presentation about it: http://www.acko.net/files/drupal-search-slim.pdf | ||
* | - Remove left-over debug css from form api patch | Steven Wittens | 2005-10-11 |
| | |||
* | - Patch #33587 by Richard Archer: make table headers wrap by default. ↵ | Dries Buytaert | 2005-10-11 |
| | | | | Cleaner default, less prone for table-less themes. | ||
* | - Patch #29465: new form API by Adrian et al. | Dries Buytaert | 2005-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. | ||
* | - Patch #28320 by Neil: improved the HTML/CSS of the user login block. | Dries Buytaert | 2005-09-07 |
| | |||
* | - Patch #30629 by Neil: fixed scrollbar height. | Dries Buytaert | 2005-09-07 |
| | |||
* | Fixes for AJAX/JS stuff in Konqueror: | Steven Wittens | 2005-09-07 |
| | | | | | | | - Fix collapsible fieldsets (broken since to 'IE5 icons alignment' fix) - Fix JS upload (broken due to mysterious form submission abortion bug) Thanks Bèr for letting me use VNC :). | ||
* | - Patch #30222, #30219 by Uwe: cosmetic changes to the aggregator pages. | Dries Buytaert | 2005-09-02 |
| | |||
* | - Bugfix: throbber styles should not apply without JS | Steven Wittens | 2005-08-31 |
| | |||
* | - Reversing animation | Steven Wittens | 2005-08-31 |
| | |||
* | - Patch #28483 by Steven: JavaScript enabled uploading. | Dries Buytaert | 2005-08-31 |
| | | | | | | | | | | | Comment from Steven: It does this by redirecting the submission of the form to a hidden <iframe> when you click "Attach" (we cannot submit data through Ajax directly because you cannot read file contents from JS for security reasons). Once the file is submitted, the upload-section of the form is updated. Things to note: * The feature degrades back to the current behaviour without JS. * If there are errors with the uploaded file (disallowed type, too big, ...), they are displayed at the top of the file attachments fieldset. * Though the hidden-iframe method sounds dirty, it's quite compact and is 100% implemented in .js files. The drupal.js api makes it a snap to use. * I included some minor improvements to the Drupal JS API and code. * I added an API drupal_call_js() to bridge the PHP/JS gap: it takes a function name and arguments, and outputs a <script> tag. The kicker is that it preserves the structure and type of arguments, so e.g. PHP associative arrays end up as objects in JS. * I also included a progressbar widget that I wrote for drumm's ongoing update.php work. It includes Ajax status updating/monitoring, but it is only used as a pure throbber in this patch. But as the code was already written and is going to be used in the near future, I left that part in. It's pretty small ;). If PHP supports ad-hoc upload info in the future like Ruby on Rails, we can implement that in 5 minutes. | ||
* | - Patch #29075 by fago: made the collapsible fieldset icons work in IE 5. | Dries Buytaert | 2005-08-22 |
| | |||
* | - Patch #26311 by Ber: no more floating node admin groups. | Dries Buytaert | 2005-08-22 |
| | | | | TODO: simplify the node admin HTML code. | ||
* | - Patch #29095 by Moshe: fixed parse error in drupal.js. | Dries Buytaert | 2005-08-18 |
| | |||
* | - Patch #16216 by nedjo: multiple block regions! | Dries Buytaert | 2005-08-16 |
| | |||
* | - Patch by Uwe: tidied up CVS IDs. | Dries Buytaert | 2005-08-11 |
| | |||
* | - Druplicon-small.png no longer used. | Steven Wittens | 2005-08-02 |
| | |||
* | - #27635: Style update.php | Steven Wittens | 2005-07-29 |
| | |||
* | - #27668: Replace deprecated tags/attributes with XHTML/CSS in locale. | Steven Wittens | 2005-07-29 |
| | | | | - (#15121) Improve string cut-off for locale table | ||
* | - #27231: Friendly DB error screens. | Steven Wittens | 2005-07-27 |
| | |||
* | - Patch #27283 by Neil: remove a style for filter tips. | Dries Buytaert | 2005-07-23 |
| | |||
* | - Replace that icky druplicon-small.png with a nicer one. | Steven Wittens | 2005-07-19 |
| | |||
* | - Patch #23746 by Thox: added support for Ajax HTTPPost functionality. | Dries Buytaert | 2005-07-18 |
| | |||
* | - Patch #25354 by Thox: fixed Javascript caching. Faster response and less ↵ | Dries Buytaert | 2005-07-03 |
| | | | | server traffic for matches previously found. | ||
* | - Patch #16204 by Thox: committed the collapsible form elements patch. | Dries Buytaert | 2005-06-21 |
| | | | | | | NOTE: this patch works well, but the improved node edit form still has some rough edges. It is important that we continue to improve usability. Give it a try. | ||
* | - Patch #25067 by Thox: renamed 'light' and 'dark' to 'odd' and 'even'. | Dries Buytaert | 2005-06-19 |
| | | | | | | TODO: update the "Migrating themes from Drupal 4.6 to Drupal HEAD"-page in the Drupal handbook! TODO: update the themes in the contributions repository. | ||
* | - Replacing ugly old "powered by" buttons with better ones. | Steven Wittens | 2005-06-18 |
| | |||
* | - #24068: Fix "undefined is undefined" error in IE5 with drupal.js | Steven Wittens | 2005-06-01 |
| | |||
* | - Fix node form fieldsets being broken in IE after Safari/Konqueror fix. | Steven Wittens | 2005-05-31 |
| | |||
* | - #20809: User-configurable, per-theme, optional favicons. | Steven Wittens | 2005-05-25 |
| | |||
* | - Remove left-over CSS | Steven Wittens | 2005-05-25 |
| | |||
* | - #23506: Fix autocomplete throbber firing on wrong events. | Steven Wittens | 2005-05-25 |
| | | | | - Add simple throbber to drupal.css | ||
* | * cue Star Wars theme tune * | Steven Wittens | 2005-05-24 |
| | | | | | | Return of the JavaScript! - #22519: form_autocomplete(): Ajax based autocompletion. Currently used for user names and folksonomy tags. |