Log of /contributions/modules/views/views_ui.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.102 -
(
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.101: +2 -1 lines
Diff to
previous 1.101
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.101 -
(
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.100: +1 -6 lines
Diff to
previous 1.100
#296765: user autocomplete incorrectly required administer views access. Also incorrectly required Views UI module.
Revision
1.95 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 23 21:37:19 2008 UTC
(19 months ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.94: +9 -39 lines
Diff to
previous 1.94
Redo some form stuff to make it easier to choose the next form when chaining; and add some new chaining options. This commit will require you to visit admin/build/modules to reset the menu or the UI will stop working.
Revision
1.87 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 31 17:56:15 2008 UTC
(19 months, 4 weeks ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.86: +1 -2 lines
Diff to
previous 1.86
#240634: Due to use of field aliases that are not always valid, multiple pseudo fields weren't showing up. Fixed up the field template to better conform to other templates.
Revision
1.86 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 31 00:18:45 2008 UTC
(19 months, 4 weeks ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.85: +5 -1 lines
Diff to
previous 1.85
Initial taxonomy implementation. There's still a ways to go -- I totally punted on depth -- and we need a few more argument handlers.
Revision
1.84 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 28 01:25:17 2008 UTC
(20 months ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.83: +8 -1 lines
Diff to
previous 1.83
Most of user.views.inc plus some bug fixes, improvements to join handling. For those interested in the real complexities, check out views_handler_filter_many_to_one to see cool stuff you can do with joins in views 2 that you could not in views 1
Revision
1.83 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 18 16:20:36 2008 UTC
(20 months, 1 week ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.82: +6 -4 lines
Diff to
previous 1.82
#105125: (by moshe) Per field access control; fields will now remove themselves from views if the viewing user does not have access to see the field.
Revision
1.82 -
(
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.81: +2 -2 lines
Diff to
previous 1.81
#235459: include leading . on all includes; also turn all include_once into require_once for efficiency.
Revision
1.76 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 14 06:00:10 2008 UTC
(20 months, 2 weeks ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.75: +6 -1 lines
Diff to
previous 1.75
#232905: view id was not getting read due to previous patch, thus display was getting saved with vid 0.
Revision
1.67 -
(
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.66: +10 -6 lines
Diff to
previous 1.66
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.65 -
(
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.64: +14 -1 lines
Diff to
previous 1.64
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.58
Sun Aug 12 06:52:14 2007 UTC
(2 years, 3 months ago)
by
merlinofchaos
Branch:
MAIN
CVS Tags:
DRUPAL-6--2-0--ALPHA-0
Changes since
1.57: +1 -1 lines
FILE REMOVED
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.42 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 8 06:28:12 2006 UTC
(3 years, 1 month ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.41: +7 -7 lines
Diff to
previous 1.41
84331: use double quote instead of single quote so newlines get translated for header/footer/empty fields.
Revision
1.38 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 4 01:02:03 2006 UTC
(3 years, 1 month ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.37: +16 -1 lines
Diff to
previous 1.37
Breaking the caching stuff into its own .inc file, reducing the frequency with which views includes are loaded.
Revision
1.28 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 25 18:24:56 2006 UTC
(3 years, 5 months ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.27: +16 -3 lines
Diff to
previous 1.27
Patch 70739 by eaton: Allow wildcard specifier on arguments. Plus: Bugfix to titles in month argument and allow blocks to use substitutions.
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Apr 21 18:59:48 2006 UTC
(3 years, 7 months ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.5: +3 -17 lines
Diff to
previous 1.5
Introduction of hook_views_style_plugins; removed 'random' types in favor of 'random' sort criteria.
Revision
1.5.2.1
Wed Mar 22 17:23:23 2006 UTC
(3 years, 8 months ago)
by
unconed
Changes since
1.5: +0 -1784 lines
FILE REMOVED
file views_ui.module was added on branch DRUPAL-4-7 on 2006-04-13 15:45:06 +0000
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Mar 19 18:27:32 2006 UTC
(3 years, 8 months ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.2: +117 -19 lines
Diff to
previous 1.2
This commit adds fields! You must run update.php! This commit also re-arranged theming slightly and may break (or at least annoy) your summary themes! -- added footer and empty view fields; re-arranged theme_summary; made theme_views_view_list_THEMENAME probably work right. (need to test).
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.