summaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAge
...
* - 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.
* - Patch #16729: fixed CSS problems in konquerer.Dries Buytaert2005-05-21
|
* - Patch #19697 by Morbus: FOLKSONOMY.Dries Buytaert2005-04-08
| | | | | | | | | | | This patch adds folksonomy support to Drupal (named internally as "Free tagging"). In a nutshell, the core difference is the input method: unlike normal taxonomies which are administratively controlled, a "free tagging" vocabulary allows tag creation when the node is submitted. It does this through an text input box, as opposed to a dropdown or selectbox. This patch: * Removes the useless "Preview form" of a vocabulary. * Alters the vocabulary table to include a new "tags" column. * Adds a new "Free tagging" preference on vocabulary creation/editing. * Modifies the vocabulary overview to support pagers for free tagging vocabs. The new code integrates tightly with the existing taxonomy code. The only additional processing occurs on node save and edit, where we parse through the tags associated with a node. All other display (and thus, code) remains the same.
* - Patch #20103 by Neil: Removing another place where we have hard coded HTML ↵Dries Buytaert2005-04-07
| | | | instead of the form functions. The unpublish selection actually didn't seem to work, so I removed it since we have delete. It should be implemented as a link anyway.
* - Pngcrushed.Steven Wittens2005-03-27
|
* - Typo in drupal.cssSteven Wittens2005-03-27
|
* - #17343: Fix safari CSS issues with node admin.Steven Wittens2005-03-27
|
* - Patch #18382 by Neil: usability improvement: organized the blocks on the ↵Dries Buytaert2005-03-05
| | | | block administration page by region. (I wanted to do that myself!)
* - Patch #18380 by Neil: putting margins on paragraph tags seems like ↵Dries Buytaert2005-03-05
| | | | something that Drupal.css shouldn't be doing.
* - Fixing Safari issue with node adminSteven Wittens2005-02-24
| | | | (hello from the code sprint)
* - Removing this file: we'll maintain it in contrib.Dries Buytaert2005-02-14
|
* #10296: Clean up admin - content:Steven Wittens2005-02-02
| | | | | | | | - Mass-delete functionality (with confirmation) - Flexible filtering for the overview table based on status, type and taxonomy. - Missing drupal_goto's - Clean up watchdog messages - Remove some dead code
* - Patch #16253 by Goba: incremental improvements to the new content markers.Dries Buytaert2005-01-30
| | | | Goba: it would be nice if one of the core themes would showcase this functionality. ;-)
* - Patch #16176 by Drumm based on mockup from Kika: improve access rules UI.Dries Buytaert2005-01-25
|
* - Patch #15655 by Goba: allow blank days in the calendar to be styled using ↵Dries Buytaert2005-01-23
| | | | CSS, and tidied up the calendar's CSS.
* - Reversing bad commit, sorry everyone.Steven Wittens2005-01-17
|