1
0
Commit Graph

1032 Commits

Author SHA1 Message Date
brentil
4f2750a0e2 Version 2.0 - 2010.08.27
Fixed: comply with translated/t("string") standards
Added: New caching system. ModuleUpdates now caches the last results so that it does not check every time the page is run. The cache expires every 30 days, when the user selects the option to Check Modules for Updates, or the cache is empty.
Added: Color coding for more cases when versions are out of sync (Orange = Your file version is newer than the installed version & Pink = Your installed version is newer than file version).
Added: Each module now links to it's location in the Gallery Codex so if your version is out of date you can go get the official version. This also allows for manual verification of DNE modules that are not in the GitHub.
Added: GitHub status check along with status check to access the internet outbound from your Gallery installation.
2010-08-29 12:10:00 +08:00
John Bowles
329799db33 Embed_videos: Moved JS to header, added DIV. Removed unused view. 2010-08-27 17:00:18 -07:00
John Bowles
78a4fbacea Embed Videos: Oops. Left out some of the regexes for youtube. 2010-08-26 23:35:22 -07:00
John Bowles
d0447f020a Clean up a few things 2010-08-26 22:57:20 -07:00
John Bowles
95b357636c Fetch title and description from Youtube API if none is provided. 2010-08-26 22:44:54 -07:00
John Bowles
30f8f02a56 Fixed controller. 2010-08-26 22:12:18 -07:00
John Bowles
c0050066ac Merge branch 'js-solution'
Conflicts:
	modules/embed_videos/controllers/embedded_videos.php
2010-08-26 22:07:07 -07:00
John Bowles
a2975fe6d7 It works! Cleaning up source and making tweaks. Will now concentrate making the input form more robust and adding support for more video sites. 2010-08-26 21:52:15 -07:00
John Bowles
a58601f640 Merge branch 'master' of github.com:bowlesjd/gallery3-contrib
Conflicts:
	modules/embed_videos/controllers/embedded_videos.php
2010-08-26 20:51:58 -07:00
John Bowles
39a07d3216 A few more changes 2010-08-26 20:47:31 -07:00
unknown
83493c95d6 Trying a new approach with DOM and jQuery 2010-08-26 22:43:41 -05:00
unknown
bd6c2205ba Merge branch 'master' of github.com:bowlesjd/gallery3-contrib 2010-08-26 21:34:44 -05:00
unknown
161c979458 Reformatting 2010-08-26 21:14:13 -05:00
unknown
ee214193d3 Reformatting 2010-08-26 21:13:22 -05:00
John Bowles
5953556295 More refactoring. Getting closer to functional, starting to add support for other video sources. 2010-08-26 13:40:08 -07:00
John Bowles
655ce08eba Add photo template 2010-08-26 12:02:40 -05:00
John Bowles
6eaa276b54 Forgot to add files 2010-08-26 09:58:48 -07:00
John Bowles
762684e92f More refactoring 2010-08-26 09:56:37 -07:00
John Bowles
3bae079610 More refactoring work. 2010-08-26 02:38:31 -05:00
John Bowles
085d7cff74 Inital commit. Not yet in a working state, please do not pull. In the process of refactoring. 2010-08-25 21:42:01 -07:00
dmolavi
03d428f94d Initial comment of adsense module. This version
allows the user to place a single ad unit in either
the sidebar, header, or footer.
2010-08-25 12:57:37 +08:00
mamouneyya
75da94182e add support for SergeD's 'kbd nav' module 2010-08-23 11:48:03 +08:00
mamouneyya
b4a451b089 add 'first' & 'last' navigation buttons for item pages. code inspired from GreyDragon Wind theme 2010-08-23 11:47:56 +08:00
Bharat Mediratta
d6dc5f6b7a Update version in installer to match module.info 2010-08-22 20:47:12 -07:00
dmolavi
fda7048f5f Updated to version 3 to reflect added RECAPTCHA. 2010-08-22 20:46:39 -07:00
Bharat Mediratta
0546ad40f1 Updated to use the new captcha_protect_form event. Deleted
MY_recaptcha_event overload, it's no longer necessary.
2010-08-22 13:01:04 -07:00
dmolavi
22ac986ab0 Corrected capitalization on admin menu and added recaptcha overload to use recaptcha in the ecard form. 2010-08-23 03:50:43 +08:00
Tim Almdal
ce509f1708 Convert the permissions_form to use the jquery ui supplied sprites instead of gallery supplied icons. 2010-08-19 20:06:49 -07:00
Tim Almdal
ebfd95a8c6 Merge branch 'master' into talmdal 2010-08-18 21:49:11 -07:00
Tim Almdal
61a3dbc3f7 Store the theme definition in the theme.info file as a comment. 2010-08-18 21:48:41 -07:00
dmolavi
f2739d28f7 Initial commit of autorotate module. 2010-08-19 12:06:46 +08:00
Tim Almdal
2308b19b1e synchronize changes with the fix-ie.css in gallery3:master 2010-08-18 19:47:34 -07:00
Tim Almdal
4aa1e1ded6 Merge branch 'master' into talmdal 2010-08-18 18:53:59 -07:00
Tim Almdal
be42be32e0 Update masks to provide clear color references. 2010-08-18 18:53:19 -07:00
jim
ddb25ffd78 update README 2010-08-18 13:03:31 +08:00
jim
4009364900 adding the PAM module 2010-08-18 13:03:22 +08:00
mamouneyya
a5cd91fe33 override CalendarView default main page 2010-08-18 13:02:14 +08:00
mamouneyya
a8a2164e15 sync with Wind theme 2010-08-18 13:02:14 +08:00
mamouneyya
08a3895f3f fix the broken link for adding new photo 2010-08-18 13:02:13 +08:00
Bharat Mediratta
3c00d669ba Add some demo REST client code for Java. 2010-08-17 21:59:44 -07:00
Bharat Mediratta
9def829046 Move client -> client/php to make room for more language types. 2010-08-17 21:03:24 -07:00
Bharat Mediratta
5103ffce45 Merge branch 'master' of github.com:gallery/gallery3-contrib 2010-08-17 21:02:14 -07:00
Bharat Mediratta
23f5e10d08 web_client -> obsolete/web_client 2010-08-17 21:01:39 -07:00
Tim Almdal
d53e780397 Change the termination status message so it reads better. 2010-08-15 22:31:05 -07:00
Tim Almdal
c78d157ba9 Check that the zip extension is loaded, if it is use that to unzip the themeroller zip file. If its not loaded, then try using the zlib extension. If both are not available fail. 2010-08-15 22:30:36 -07:00
Tim Almdal
1315ad3ec4 Merge branch 'talmdal' of git@github.com:gallery/gallery3-contrib into talmdal 2010-08-15 18:52:05 -07:00
Tim Almdal
8e44cc55ab when the themeroller is activated, issue an error message if both the zlib or zip extensions are not installed (themeroller needs at least one of them).
Currently, only the zip extension is supported, but a future patch will support zlib."
2010-08-15 18:51:43 -07:00
Tim Almdal
752ed60890 Remove debugging statement 2010-08-15 18:51:24 -07:00
Tim Almdal
39cd511e41 Change the default display name to be more readable. 2010-08-15 18:51:14 -07:00
Tim Almdal
bf5ba3cf19 Add the generation of styles for warning messages. The themeroller themes only have info and error, so we create a warning class by average the color components (i.e. red, green and blue) between the colors used for info and error messages. 2010-08-15 18:50:52 -07:00