summaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAge
* - Patch 41169 by Chris: got rid of expensvie object 2 array casts.Dries Buytaert2005-12-31
|
* - #42446: Disable resizable textareas inside collapsed fieldsets.Steven Wittens2005-12-30
|
* Missing grippie.pngSteven Wittens2005-12-30
|
* - #42234: Use standardized feed icon for RSSSteven Wittens2005-12-29
|
* - #42446: Resizable textareas.Steven Wittens2005-12-29
|
* - JS Updater: stop monitoring progress when 100% is reached (can lead to ↵Steven Wittens2005-12-21
| | | | infinite refresh loops in Safari)
* Fix JS in:Steven Wittens2005-12-21
| | | | | - #31968: IE - #41743: Safari
* - Oopsie, faulty rcsmergeSteven Wittens2005-12-21
|
* - Clarifying Opera bug to Opera 8Steven Wittens2005-12-21
|
* - Patch #41751 by Neil: don't fiddle with button margins.Dries Buytaert2005-12-20
|
* - Patch #40677 by Steven: make the updater work again.Dries Buytaert2005-12-19
|
* - Patch #40677 by Thox: make the upgrade path work in Opera.Dries Buytaert2005-12-16
|
* - Patch #41385 by Thox: made the upload.module work again.Dries Buytaert2005-12-16
|
* - Patch #35924 by Neil: improved the update system.Dries Buytaert2005-12-06
|
* - Patch #39725 by Goba: improvements to the code comments.Dries Buytaert2005-12-02
|
* - Patch by Neil: removed left-over css.Dries Buytaert2005-11-23
|
* - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings.Dries Buytaert2005-10-22
|
* - #28159: Advanced search features (hello from DrupalCon)Steven Wittens2005-10-18
| | | | | Presentation about it: http://www.acko.net/files/drupal-search-slim.pdf
* - Remove left-over debug css from form api patchSteven Wittens2005-10-11
|
* - Patch #33587 by Richard Archer: make table headers wrap by default. ↵Dries Buytaert2005-10-11
| | | | Cleaner default, less prone for table-less themes.
* - 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.
* - Patch #28320 by Neil: improved the HTML/CSS of the user login block.Dries Buytaert2005-09-07
|
* - Patch #30629 by Neil: fixed scrollbar height.Dries Buytaert2005-09-07
|
* Fixes for AJAX/JS stuff in Konqueror:Steven Wittens2005-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 Buytaert2005-09-02
|
* - Bugfix: throbber styles should not apply without JSSteven Wittens2005-08-31
|
* - Reversing animationSteven Wittens2005-08-31
|
* - Patch #28483 by Steven: JavaScript enabled uploading.Dries Buytaert2005-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 Buytaert2005-08-22
|
* - Patch #26311 by Ber: no more floating node admin groups.Dries Buytaert2005-08-22
| | | | TODO: simplify the node admin HTML code.
* - Patch #29095 by Moshe: fixed parse error in drupal.js.Dries Buytaert2005-08-18
|
* - Patch #16216 by nedjo: multiple block regions!Dries Buytaert2005-08-16
|
* - Patch by Uwe: tidied up CVS IDs.Dries Buytaert2005-08-11
|
* - Druplicon-small.png no longer used.Steven Wittens2005-08-02
|
* - #27635: Style update.phpSteven Wittens2005-07-29
|
* - #27668: Replace deprecated tags/attributes with XHTML/CSS in locale.Steven Wittens2005-07-29
| | | | - (#15121) Improve string cut-off for locale table
* - #27231: Friendly DB error screens.Steven Wittens2005-07-27
|
* - Patch #27283 by Neil: remove a style for filter tips.Dries Buytaert2005-07-23
|
* - Replace that icky druplicon-small.png with a nicer one.Steven Wittens2005-07-19
|
* - Patch #23746 by Thox: added support for Ajax HTTPPost functionality.Dries Buytaert2005-07-18
|
* - Patch #25354 by Thox: fixed Javascript caching. Faster response and less ↵Dries Buytaert2005-07-03
| | | | server traffic for matches previously found.
* - Patch #16204 by Thox: committed the collapsible form elements patch.Dries Buytaert2005-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 Buytaert2005-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 Wittens2005-06-18
|
* - #24068: Fix "undefined is undefined" error in IE5 with drupal.jsSteven Wittens2005-06-01
|
* - Fix node form fieldsets being broken in IE after Safari/Konqueror fix.Steven Wittens2005-05-31
|
* - #20809: User-configurable, per-theme, optional favicons.Steven Wittens2005-05-25
|
* - Remove left-over CSSSteven Wittens2005-05-25
|
* - #23506: Fix autocomplete throbber firing on wrong events.Steven Wittens2005-05-25
| | | | - Add simple throbber to drupal.css
* * cue Star Wars theme tune *Steven Wittens2005-05-24
| | | | | | Return of the JavaScript! - #22519: form_autocomplete(): Ajax based autocompletion. Currently used for user names and folksonomy tags.