Log of /contributions/modules/views/views.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.335 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 2 20:22:19 2009 UTC
(5 months, 3 weeks ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.334: +2 -2 lines
Diff to
previous 1.334
#468824 by eaton: Pluggable caching mechanism which can cache both the query result and rendered result.
Revision
1.324 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 8 20:01:00 2009 UTC
(10 months, 2 weeks ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.323: +2 -2 lines
Diff to
previous 1.323
#321332 with help from brahms: views_handler_field_markup only worked if format was named "format".
Revision
1.311 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 29 23:56:28 2008 UTC
(13 months, 4 weeks ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.310: +35 -9 lines
Diff to
previous 1.310
Since it's not easily possible to do the views filter block externally, bring the functionality directly into Views, including modifying the ajax for that to work.
Revision
1.306 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 8 22:50:17 2008 UTC
(14 months, 2 weeks ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.305: +43 -31 lines
Diff to
previous 1.305
Reworked access control to be a plugin. This will have the beneficial effect of drastically reducing Views load during menu access checks.
Revision
1.305 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 3 19:21:28 2008 UTC
(14 months, 3 weeks ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.304: +44 -23 lines
Diff to
previous 1.304
Major re-organization of handlers. PLEASE NOTE: This drastically affected the Views module API and until modules are updated to match, they will stop working. Efforts have been made to ensure that this won't cause your site to crash, but that's partly up to the individual module as well.
Revision
1.302 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Aug 19 23:21:45 2008 UTC
(15 months, 1 week ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.301: +10 -2 lines
Diff to
previous 1.301
#296765: user autocomplete incorrectly required administer views access. Also incorrectly required Views UI module.
Revision
1.301 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Aug 13 17:08:27 2008 UTC
(15 months, 2 weeks ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.300: +21 -1 lines
Diff to
previous 1.300
#279899 by mooffie and nonsie: Move views_preprocess_node() to views.module so it always appears; add display name to node template suggestions. Needs documentation.
Revision
1.299 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 24 21:39:12 2008 UTC
(17 months ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.298: +2 -2 lines
Diff to
previous 1.298
#274482 by aclight: Remove unnamed Apply button from filter values so that it does not later appear in URLs.
Revision
1.297 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jun 21 15:10:02 2008 UTC
(17 months, 1 week ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.296: +12 -5 lines
Diff to
previous 1.296
Exposed filters needed to use $form_state[input] not $form[#post], which was causing the "remember" setting to fail intermittently; also, if filters are not overridden use the default display ID for session storage so that remembered filters can be shared across displays.
Revision
1.293 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 11 19:00:59 2008 UTC
(17 months, 2 weeks ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.292: +2 -2 lines
Diff to
previous 1.292
Since Views is no longer using dpr(), ensure "access devel information" before printing views debug messages.
Revision
1.292 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 10 21:30:42 2008 UTC
(17 months, 2 weeks ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.291: +2 -2 lines
Diff to
previous 1.291
Revamped export functionality. This is a less verbose export that takes advantage of the newer options/defaults system so that it does not have to export quite as much data. Also a tool to export multiple views simultaneously.
Revision
1.290 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 10 18:35:25 2008 UTC
(17 months, 2 weeks ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.289: +10 -10 lines
Diff to
previous 1.289
Modify $view to only use handlers for the field items, since it cares a lot more about the handlers than it cares about the actual storage of the field items. This could have implications for modules, particularly date and calendar.
Revision
1.286 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 3 23:54:27 2008 UTC
(17 months, 3 weeks ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.285: +2 -2 lines
Diff to
previous 1.285
#265442 by aclight: return FALSE instead of NULL to the menu system when an argument does not validate.
Revision
1.284 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 3 22:34:45 2008 UTC
(17 months, 3 weeks ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.283: +13 -22 lines
Diff to
previous 1.283
Some refactoring of how handlers are handled, particularly with their default options. This is an unfortunately widespread change and will affect modules utilizing the API.
Revision
1.276 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 20 00:36:01 2008 UTC
(18 months, 1 week ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.275: +2 -2 lines
Diff to
previous 1.275
#259905: Use of isset instead of empty when exploding arguments caused the "" argument to turn into an invalid argument, causing validation to fail when combined with ajax paging.
Revision
1.275 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 16 00:20:37 2008 UTC
(18 months, 1 week ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.274: +3 -3 lines
Diff to
previous 1.274
#249934: Unfix the fix unfix fix unfix for views_get_current_view() which just generally hates references.
Revision
1.270 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 8 21:20:31 2008 UTC
(18 months, 3 weeks ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.269: +28 -1 lines
Diff to
previous 1.269
#256089: Drupal block delta has a limit of 32, but views could generate deltas longer than 32; this puts an md5 hash in for long deltas that keeps a conversion table.
Revision
1.269 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 7 22:37:26 2008 UTC
(18 months, 3 weeks ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.268: +2 -2 lines
Diff to
previous 1.268
#252970 by eaton and #250516 by RoboPhred: More stuff for statistics.module and default views for popular content
Revision
1.268 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 7 21:15:23 2008 UTC
(18 months, 3 weeks ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.267: +31 -1 lines
Diff to
previous 1.267
#239044: backlinks for search module; also, some cleanup to view export (this means all existing default views need to be re-exported to get this cleanup)
Revision
1.266 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 1 05:32:25 2008 UTC
(18 months, 4 weeks ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.265: +8 -1 lines
Diff to
previous 1.265
Various fixes, including making sure that exposed filter settings pass through to argument links and pager links.
Revision
1.256 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Apr 18 23:28:53 2008 UTC
(19 months, 1 week ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.255: +1 -16 lines
Diff to
previous 1.255
A basic analyzer to help find problems, though it needs more analyzing. Plus, new theming information that will really help people figure out exactly what templates they can use to affect their output.
Revision
1.255 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 16 01:45:10 2008 UTC
(19 months, 1 week ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.254: +2 -2 lines
Diff to
previous 1.254
NEW: argument defaults and validation; pluggable. This will greatly ease some of the problems with argument discovery. We need to get a few more basic plugins written for this.
Revision
1.249 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Apr 11 22:46:20 2008 UTC
(19 months, 2 weeks ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.248: +4 -4 lines
Diff to
previous 1.248
#242388: (partially by John Morahan) Create a new display type whose sole purpose is to attach to another display on the view, thus allowing views within views. Like magical querying burritos.
Revision
1.247 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Apr 10 02:18:55 2008 UTC
(19 months, 2 weeks ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.246: +22 -2 lines
Diff to
previous 1.246
Add basic support for "files" table. Still needs upload.module stuff to really link it in, though.
Revision
1.245 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Apr 3 17:19:18 2008 UTC
(19 months, 3 weeks ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.244: +33 -10 lines
Diff to
previous 1.244
#241917: (by John Morahan) -- allow two displays on the same view to have the same path, using access control to determine which view the user is given. This allows separate administrative views, for example.
Revision
1.235 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 24 20:26:23 2008 UTC
(20 months ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.234: +9 -1 lines
Diff to
previous 1.234
Introduced views_handler_filter_date based on views_handler_filter_numeric as an all-purpose unix timestamp based date filter. Plus re-introduced hook_views_query_substitutions
Revision
1.232 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Mar 20 16:24:18 2008 UTC
(20 months, 1 week ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.231: +26 -1 lines
Diff to
previous 1.231
#236786: (by KarenS) Make sure all views.*.inc files can be loaded from the module's path or module_path/include directory.
Revision
1.231 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 18 15:52:39 2008 UTC
(20 months, 1 week ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.230: +4 -4 lines
Diff to
previous 1.230
#235459: include leading . on all includes; also turn all include_once into require_once for efficiency.
Revision
1.229 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 14 21:49:43 2008 UTC
(20 months, 2 weeks ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.228: +22 -133 lines
Diff to
previous 1.228
Retooled the form replacements into a single, unified form builder (which may be suitable for use in Drupal 7)
Revision
1.224 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Feb 25 20:26:33 2008 UTC
(21 months ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.223: +45 -31 lines
Diff to
previous 1.223
Templateized exposed filters; exposed filter memory; exposed filter smoothing. Mostly done with exposed filters now; leaving exposed sorts for later.
Revision
1.216 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Feb 15 04:11:47 2008 UTC
(21 months, 1 week ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.215: +2 -7 lines
Diff to
previous 1.215
Add better hiliting to the UI; now possible to tell what items are overridden as well as what item is currently being edited
Revision
1.210 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 5 01:50:12 2008 UTC
(21 months, 3 weeks ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.209: +102 -5 lines
Diff to
previous 1.209
Checkpoint checking. UI is getting better, but it is also getting further away from what currently runs, so when this is done a bunch of refactoring is going to have to happen.
Revision
1.200 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 2 23:26:34 2008 UTC
(22 months, 3 weeks ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.199: +29 -29 lines
Diff to
previous 1.199
Add basic support for summary styles; they don't quite work yet because view URL knowledge isn't implemented.
Revision
1.199 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Nov 8 22:44:57 2007 UTC
(2 years ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.198: +166 -10 lines
Diff to
previous 1.198
#188640 (by Crell): Add default views, and lots of comments, many of which need to be dealt with one way or another.
Revision
1.193 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 12 06:52:14 2007 UTC
(2 years, 3 months ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.192: +89 -1838 lines
Diff to
previous 1.192
Very early checking for Views 2 for Drupal 6. Currently query.inc looks good and view.inc can at least load and save views, though the schema needs more tweaks.
Revision
1.173 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Nov 14 05:47:17 2006 UTC
(3 years ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.172: +7 -3 lines
Diff to
previous 1.172
97290: new argument to views_build_view to allow views to to skip the first N nodes [doesn't work if $ pager = true].