302
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added custom titles based on arguments. Didn't document it, yay! Schema changes! More... about 19 years ago
Filter by taxonomy hierarchy works, and oh the huge query it generates. This required significant mods to the query object. More... about 19 years ago
Numerous small fixes, partial support for user option on filter & sort, schema update. More... about 19 years ago
Fixed not one but TWO crash bugs from last commit. More... about 19 years ago
Corrected click-sort bug from http://drupal.org/project/comments/add/39916 Removed testblock More... about 19 years ago
Fixed bug where "admin/views/tracker/tracker" didn't work because the "/" confused it. More... about 19 years ago
Fixed very broken summary view. More... about 19 years ago
Fixed minor validation bugs. More... about 19 years ago
4.7 upgrade! Much nicer form page. More... about 19 years ago
Fix for {} around table More... about 19 years ago
Added documentation More... about 19 years ago
* arguments API * Create a tool to ease creation of default views. * add not-saved reminder to form More... about 19 years ago
* provide blocks for default views that request them Fixed a serious bug in List View that printed nodes too many times More... about 19 years ago
* query caching * redo the $tabledata stuff to generate once and stick it into a well-named global for cacheing (this is a prelude to exposing the API). * Just put the node information in the full tables section, rather than 3 stupid functions * default views * Expose an API so modules can provide table and sorting and special field-handling information. * allow random selection from a view More... about 19 years ago
* get rid of $view->numsorts * Try to change hardcoded switch-case statements to callbacks where it makes sense to allow modules to extend functionality. * Re-factor sorting info so that it goes into the table data and is assembled, rather than being hard-coded as it is now. * Create on-the-fly filtering too * Allow a NOT in the and/or algorithm. * description field for view * Add changed field to prevent multiple admins from saving views simultaneously More... about 19 years ago
Fixed broken pager More... about 19 years ago
Added click-sorting to tables, added all kinds of CSS stuff, expanded utility of list view More... about 19 years ago
'tracker' functionality can now be completely implemented with views; used a flexible callback method so that future functionality can easily be added! More... about 19 years ago
Actually moved TODO stuff into...TODO. More... about 19 years ago
*** empty log message *** More... about 19 years ago
Fix for http://drupal.org/node/38948 More... about 19 years ago
Fix for http://drupal.org/node/38952 More... about 19 years ago
Implemented _block and _menu hooks to make views appear as blocks or menu items. More... about 19 years ago
Initial check-in. Alpha stage, many features not yet implemented. More... about 19 years ago
Fix form_alter hook More... about 19 years ago
Final (!?) fix to the 10/26 fix More... about 19 years ago
*** empty log message *** More... about 19 years ago
Drupal 4.7 support - first take More... about 19 years ago
Fix bug with tracker bulk update, introduced with "support stripping slashes in individual components". More... about 19 years ago
Fixing the fix to the fix.... More... about 19 years ago