303
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected 4 days ago.
May 28, 2023 — May 28, 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... over 18 years ago
Filter by taxonomy hierarchy works, and oh the huge query it generates. This required significant mods to the query object. More... over 18 years ago
Numerous small fixes, partial support for user option on filter & sort, schema update. More... over 18 years ago
Fixed not one but TWO crash bugs from last commit. More... over 18 years ago
Corrected click-sort bug from http://drupal.org/project/comments/add/39916 Removed testblock More... over 18 years ago
Fixed bug where "admin/views/tracker/tracker" didn't work because the "/" confused it. More... over 18 years ago
Fixed very broken summary view. More... over 18 years ago
Fixed minor validation bugs. More... over 18 years ago
4.7 upgrade! Much nicer form page. More... over 18 years ago
Fix for {} around table More... over 18 years ago
Added documentation More... over 18 years ago
* arguments API * Create a tool to ease creation of default views. * add not-saved reminder to form More... over 18 years ago
* provide blocks for default views that request them Fixed a serious bug in List View that printed nodes too many times More... over 18 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... over 18 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... over 18 years ago
Fixed broken pager More... over 18 years ago
Added click-sorting to tables, added all kinds of CSS stuff, expanded utility of list view More... over 18 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... over 18 years ago
Actually moved TODO stuff into...TODO. More... over 18 years ago
*** empty log message *** More... over 18 years ago
Fix for http://drupal.org/node/38948 More... over 18 years ago
Fix for http://drupal.org/node/38952 More... over 18 years ago
Implemented _block and _menu hooks to make views appear as blocks or menu items. More... over 18 years ago
Initial check-in. Alpha stage, many features not yet implemented. More... over 18 years ago
Fix form_alter hook More... over 18 years ago
Final (!?) fix to the 10/26 fix More... over 18 years ago
*** empty log message *** More... over 18 years ago
Drupal 4.7 support - first take More... over 18 years ago
Fix bug with tracker bulk update, introduced with "support stripping slashes in individual components". More... over 18 years ago
Fixing the fix to the fix.... More... over 18 years ago