/[drupal]/contributions/modules/media/media_theme.inc
ViewVC logotype

Log of /contributions/modules/media/media_theme.inc

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.3.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 20 03:17:15 2009 UTC (6 days, 3 hours ago) by aaron
Branch: DRUPAL-7--1
Changes since 1.3.2.18: +27 -15 lines
Diff to previous 1.3.2.18 , to branch point 1.3
by aaron: Integrate browser w/ optional Styles module.

Revision 1.3.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 1 14:49:36 2009 UTC (3 weeks, 3 days ago) by arthuregg
Branch: DRUPAL-7--1
Changes since 1.3.2.17: +2 -18 lines
Diff to previous 1.3.2.17 , to branch point 1.3
* integrates the modal window system for the file browser
* loads all media_browser_content via ajax
* correctly reloads the modal window when the window is launched a second time.

@TODO
* file validation isn't working right quite yet
* file attachment via the uri field box isn't working yet
* UI form needs cleanup
* rebuild the registration call back system to load for the file UI
* move the file upload box into the modal window.

Revision 1.3.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 31 21:03:17 2009 UTC (3 weeks, 4 days ago) by arthuregg
Branch: DRUPAL-7--1
Changes since 1.3.2.16: +23 -10 lines
Diff to previous 1.3.2.16 , to branch point 1.3
mid process checkin- ajax browser is now working on node/add/X page with a file field, need to check to make sure that the JS supports multiple file fields

Modal dialogs are next, should not take long to get there

Finally add the upload form to the modal, load full browser via ajax and disapear the current form elements

Revision 1.3.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 30 22:43:17 2009 UTC (3 weeks, 5 days ago) by arthuregg
Branch: DRUPAL-7--1
Changes since 1.3.2.15: +61 -17 lines
Diff to previous 1.3.2.15 , to branch point 1.3
Checking the changes in the theme structure

Revision 1.3.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 28 20:00:00 2009 UTC (4 weeks ago) by arthuregg
Branch: DRUPAL-7--1
Changes since 1.3.2.14: +2 -16 lines
Diff to previous 1.3.2.14 , to branch point 1.3
Commit for the second round of demos

Revision 1.3.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 25 20:10:11 2009 UTC (4 weeks, 3 days ago) by arthuregg
Branch: DRUPAL-7--1
Changes since 1.3.2.13: +26 -26 lines
Diff to previous 1.3.2.13 , to branch point 1.3
media browser is now loading content into the media content browser successfully. Still using dummy content, but ajax display including thumbnails is opperational. I changed one of the image cahce settings to use the default drupal7 imagecache setting

Revision 1.3.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 25 03:43:57 2009 UTC (4 weeks, 4 days ago) by arthuregg
Branch: DRUPAL-7--1
Changes since 1.3.2.12: +60 -1 lines
Diff to previous 1.3.2.12 , to branch point 1.3
* EXTREMELY ROUGH *
First pass at loading the media content navigation data via ajax. Pager and results limiting works as expected. Dummy query is pulling data back from the menu router table. Close to adding the hook for content browser to be pulled. Adds two theme functions to be recyled for pagination/results limiting.

You can test this by going to media/test and clicking around. You'll need to reload your modules page to get the new urls and the new theme items.

Revision 1.3.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 24 22:42:44 2009 UTC (4 weeks, 4 days ago) by mverbaar
Branch: DRUPAL-7--1
Changes since 1.3.2.11: +18 -10 lines
Diff to previous 1.3.2.11 , to branch point 1.3
Add 'unknown' icon to files that are not images.

Revision 1.3.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 24 22:17:22 2009 UTC (4 weeks, 4 days ago) by aaron
Branch: DRUPAL-7--1
Changes since 1.3.2.10: +4 -4 lines
Diff to previous 1.3.2.10 , to branch point 1.3
by aaron: Coder review of concatenated spaces.

Revision 1.3.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 24 21:53:47 2009 UTC (4 weeks, 4 days ago) by lynn
Branch: DRUPAL-7--1
Changes since 1.3.2.9: +2 -2 lines
Diff to previous 1.3.2.9 , to branch point 1.3
Added a new square thumbnail image style and use it on the thumbnail view

Revision 1.3.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 24 21:07:45 2009 UTC (4 weeks, 4 days ago) by lynn
Branch: DRUPAL-7--1
Changes since 1.3.2.8: +2 -2 lines
Diff to previous 1.3.2.8 , to branch point 1.3
Added a dependency on image and fixed a type

Revision 1.3.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 24 20:33:30 2009 UTC (4 weeks, 4 days ago) by aaron
Branch: DRUPAL-7--1
Changes since 1.3.2.7: +2 -2 lines
Diff to previous 1.3.2.7 , to branch point 1.3
by aaron: Add media_browser_thumbnails form element.

Revision 1.3.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 24 19:10:28 2009 UTC (4 weeks, 4 days ago) by aaron
Branch: DRUPAL-7--1
Changes since 1.3.2.6: +2 -2 lines
Diff to previous 1.3.2.6 , to branch point 1.3
by aaron: theme_media_browser_thumbnail

Revision 1.3.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 24 19:09:35 2009 UTC (4 weeks, 4 days ago) by aaron
Branch: DRUPAL-7--1
Changes since 1.3.2.5: +24 -9 lines
Diff to previous 1.3.2.5 , to branch point 1.3
by aaron: theme_media_browser_thumbnail_radios.

Revision 1.3.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 24 18:58:51 2009 UTC (4 weeks, 4 days ago) by mverbaar
Branch: DRUPAL-7--1
Changes since 1.3.2.4: +2 -2 lines
Diff to previous 1.3.2.4 , to branch point 1.3
Implement thumbnails display JS and theming.

Revision 1.3.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 24 18:17:04 2009 UTC (4 weeks, 4 days ago) by mverbaar
Branch: DRUPAL-7--1
Changes since 1.3.2.3: +25 -4 lines
Diff to previous 1.3.2.3 , to branch point 1.3
Theme form items in thumbnail display.

Revision 1.3.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 24 17:38:50 2009 UTC (4 weeks, 4 days ago) by lynn
Branch: DRUPAL-7--1
Changes since 1.3.2.2: +11 -3 lines
Diff to previous 1.3.2.2 , to branch point 1.3
For theming, re-organized checkboxes on thumbnails view

Revision 1.3.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 24 15:15:03 2009 UTC (4 weeks, 4 days ago) by lynn
Branch: DRUPAL-7--1
Changes since 1.3.2.1: +4 -1 lines
Diff to previous 1.3.2.1 , to branch point 1.3
Adding a file edit form

Revision 1.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 23 22:29:45 2009 UTC (4 weeks, 5 days ago) by lynn
Branch: DRUPAL-7--1
Changes since 1.3: +9 -1 lines
Diff to previous 1.3
working on admin thumbnail display

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 21 04:34:45 2009 UTC (4 months ago) by jmstacey
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-7--1
Changes since 1.2: +3 -2 lines
Diff to previous 1.2
Some blind styling cleanup in preparation for work.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 20 22:58:02 2009 UTC (4 months ago) by jmstacey
Branch: MAIN
Changes since 1.1: +43 -55 lines
Diff to previous 1.1
Some untested rough sync up with the D6 branch

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 28 23:39:36 2009 UTC (5 months, 4 weeks ago) by jmstacey
Branch: DRUPAL-6--1
Changes since 1.1.2.6: +19 -7 lines
Diff to previous 1.1.2.6 , to branch point 1.1 , to next main 1.3
Code cleanup based on recommendations from coder (and personal pet peeves).

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 8 22:07:32 2009 UTC (8 months, 2 weeks ago) by arthuregg
Branch: DRUPAL-6--1
Changes since 1.1.2.5: +3 -3 lines
Diff to previous 1.1.2.5 , to branch point 1.1
* added additional code comments
* fixed an #id name space issue
* removed obsolete CSS

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 8 21:30:16 2009 UTC (8 months, 2 weeks ago) by arthuregg
Branch: DRUPAL-6--1
Changes since 1.1.2.4: +18 -1 lines
Diff to previous 1.1.2.4 , to branch point 1.1
* Significant simplification of the form building process for the browser
* Added a form display theme to make the panel of the media browser easier to deal with
* improved the css to deal with the new structure
* made the JS more generic and adaptive to the changes in the form structure
* a few changes to the media mover module integration

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 28 15:04:43 2009 UTC (9 months, 3 weeks ago) by aaron
Branch: DRUPAL-6--1
Changes since 1.1.2.3: +16 -8 lines
Diff to previous 1.1.2.3 , to branch point 1.1
 * Add variable_get('media_file_list_size', 10) (aaron).
 * Add experimental hook_elements and relevant themes (aaron).

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 17:09:37 2009 UTC (9 months, 4 weeks ago) by lynn
Branch: DRUPAL-6--1
Changes since 1.1.2.2: +1 -13 lines
Diff to previous 1.1.2.2 , to branch point 1.1
For now, make tabs module a dependency and updated module accordingly for less confusion.  Also made media_upload dependent on upload module.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 15:55:54 2009 UTC (9 months, 4 weeks ago) by aaron
Branch: DRUPAL-6--1
Changes since 1.1.2.1: +6 -6 lines
Diff to previous 1.1.2.1 , to branch point 1.1
latest changes; largely just documentation

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 10 00:01:22 2009 UTC (10 months, 2 weeks ago) by arthuregg
Branch: DRUPAL-6--1
Changes since 1.1: +11 -47 lines
Diff to previous 1.1
Lots of cleanup so other people can start coding on this mess

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 9 22:38:43 2009 UTC (10 months, 2 weeks ago) by arthuregg
Branch: MAIN
Branch point for: DRUPAL-6--1
first commit of the new code into the media module

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