/[drupal]/contributions/modules/xbview/xbview.module
ViewVC logotype

Log of /contributions/modules/xbview/xbview.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 14 22:47:33 2007 UTC (2 years ago) by profix898
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.11: +196 -275 lines
Diff to previous 1.11
- Initial version for Drupal 6

Revision 1.11.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 2 22:07:18 2007 UTC (2 years, 6 months ago) by profix898
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.11.2.4: +3 -3 lines
Diff to previous 1.11.2.4 , to branch point 1.11 , to next main 1.12
- bugfix: fix malformed id tag

Revision 1.11.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 2 21:33:41 2007 UTC (2 years, 6 months ago) by profix898
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1-BETA
Changes since 1.11.2.3: +82 -26 lines
Diff to previous 1.11.2.3 , to branch point 1.11
- feature: implement javascript navigation

Revision 1.11.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 2 14:48:19 2007 UTC (2 years, 6 months ago) by profix898
Branch: DRUPAL-5
Changes since 1.11.2.2: +3 -3 lines
Diff to previous 1.11.2.2 , to branch point 1.11
- bugfix: add base_path to image paths

Revision 1.11.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 2 14:02:54 2007 UTC (2 years, 6 months ago) by profix898
Branch: DRUPAL-5
Changes since 1.11.2.1: +2 -2 lines
Diff to previous 1.11.2.1 , to branch point 1.11
- bugfix: change wrong default path

Revision 1.11.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 2 13:43:05 2007 UTC (2 years, 6 months ago) by profix898
Branch: DRUPAL-5
Changes since 1.11: +126 -267 lines
Diff to previous 1.11
major rewrite/update for xbview
- parse XBEL to database (greatly reduces cpu/memory usage) on page views
-- use hook_cron to update from xml
-- use of db opens the way for integration with other modules
-- render bookmarks table from database
- sort bookmarks on output
- improved markup (utilizing theme_table)

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 18 10:05:48 2006 UTC (3 years, 1 month ago) by profix898
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Changes since 1.10: +27 -16 lines
Diff to previous 1.10
- code-style cleanup (else/else if + function names)
- use MENU_SUGGESTED_ITEM

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 9 22:18:03 2006 UTC (3 years, 1 month ago) by profix898
Branch: MAIN
Changes since 1.9: +7 -5 lines
Diff to previous 1.9
- capitalize menu titles

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 12 22:02:31 2006 UTC (3 years, 2 months ago) by profix898
Branch: MAIN
Changes since 1.8: +13 -16 lines
Diff to previous 1.8
- updated to Drupal 5.0

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 12 21:57:18 2006 UTC (3 years, 2 months ago) by profix898
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0
Branch point for: DRUPAL-4-7
Changes since 1.7: +11 -5 lines
Diff to previous 1.7
- better check for existing xml file (remote+local)

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 31 21:36:44 2006 UTC (3 years, 5 months ago) by profix898
Branch: MAIN
Changes since 1.6: +1 -0 lines
Diff to previous 1.6
- add cvs $Id to xbview.module

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 31 21:26:36 2006 UTC (3 years, 5 months ago) by profix898
Branch: MAIN
Changes since 1.5: +10 -11 lines
Diff to previous 1.5
- use file_get_contents to read whole file with height performance

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 31 21:13:34 2006 UTC (3 years, 5 months ago) by profix898
Branch: MAIN
Changes since 1.4: +20 -20 lines
Diff to previous 1.4
- better handling for large xml files (dont read whole file at once)
- bugfix: wrap <title> content with CDATA (make compatible with php5)

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 30 20:53:37 2006 UTC (3 years, 5 months ago) by profix898
Branch: MAIN
Changes since 1.3: +49 -7 lines
Diff to previous 1.3
- feature: search for bookmarks (hook_search)

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 30 19:53:02 2006 UTC (3 years, 5 months ago) by profix898
Branch: MAIN
Changes since 1.2: +64 -8 lines
Diff to previous 1.2
- feature: Show bookmark icons
- feature: Show toplevel bookmarks
- feature: Make subsections collapsible
- bugfix: filter &amp;, &gt;, &lt; (php's xml parser doesn't handle these properly)

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 9 07:36:15 2006 UTC (3 years, 6 months ago) by profix898
Branch: MAIN
Changes since 1.1: +31 -9 lines
Diff to previous 1.1
- add option to hide disclaimer
- enable urls (http://...) for bookmark file
- add css style for list formatting

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 8 23:29:41 2006 UTC (3 years, 6 months ago) by profix898
Branch: MAIN
initial commit

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2