summaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAge
* - #39674: Scroll fieldsets into view when expanding themSteven Wittens2006-02-07
|
* - #47510: Show JavaScript alert when PHP errors occurSteven Wittens2006-02-05
|
* - Patch #47853 by drewisch: removed single quotes from urls in CSS files.Dries Buytaert2006-02-04
|
* - Patch #46400 by m3avrck: clean up book navigation markup + UI ↵Dries Buytaert2006-01-27
| | | | improvements. (Hint: the forum module has previous and next links too.)
* - Patch #40200 by Ax, Drewish, Zen et al: user_view() isn't merging view ↵Dries Buytaert2006-01-26
| | | | items correctly + CSS cleanup + form handling cleanup.
* - Patch #33861 by Morbus et al: clean up the watchdog view.Dries Buytaert2006-01-24
|
* - #44939: Fix Unicode autocomplete in IESteven Wittens2006-01-22
|
* - Patch #45228 by m3avrck: fixed aggregator CSS.Dries Buytaert2006-01-21
|
* - Patch #45228 and patch #45025 by m3avrck and Uwe: aggregator module ↵Dries Buytaert2006-01-20
| | | | HTML/CSS cleanups.
* - Patch #42072 by m3avrck: more improvements to the node revesion overview ↵Dries Buytaert2006-01-17
| | | | screen.
* - Fix Safari alert when no autocomplete matches are returned.Steven Wittens2006-01-16
|
* - Patch #44498 by m3vrck: improved HTML generated code for pagers.Dries Buytaert2006-01-14
|
* - Patch #44512 by Ber: cleaned up some CSS.Dries Buytaert2006-01-13
|
* - #44299: Avoid possible race condition with 0-delay progressbar monitoringSteven Wittens2006-01-12
|
* - Patch #44373 by m3avrck: improved generated HTML/CSS.Dries Buytaert2006-01-12
|
* - Patch #15609 by m3avrck: get rid of forced <br />-tag after <label>-tags. ↵Dries Buytaert2006-01-06
| | | | Makes it easier to theme forms.
* - #42913: Avoid resizable textarea drag handler loopSteven Wittens2006-01-04
| | | | - #42911: Remove left-over event handling code
* - #42910: Use CSS2 s-resize instead of CSS3 ns-resize.Steven Wittens2006-01-04
|
* - 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
|