5
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #154 from shadlaws/master More... about 11 years ago
Follow-on to fd0051dab7258c817ff01877bd4324530ce79398 for #2006. More... about 11 years ago
Automated update of .build_number to 356 for branch master Last update: f12aaf3c345fcce39fdbe721c896c03e3b429e58 (1 commits ago) More... about 11 years ago
Fix up some tests: - unlink copied files because they confused File_Structure_Test - update golden files More... about 11 years ago
Automated update of .build_number to 355 for branch master Last update: e950d2f4ef52b68e1ccf1cec2e896a916af5e571 (1 commits ago) More... about 11 years ago
Merge pull request #150 from shadlaws/fix_zend_guard_loader_issues More... about 11 years ago
#1749, 1754, 1901 - Eliminate incompatibility with Zend Guard Loader. - added MY_Kohana to provide wrapper for auto_load(), which loads dummy class when none found. - revised Bootstrap to load MY_Kohana. More... about 11 years ago
Merge branch 'jquery_190' of github.com:gallery/gallery3 into jquery_190 More... about 11 years ago
Automated update of .build_number to 354 for branch master Last update: afa61f9d0d551bc2a0c4fa903eb3f55742720c8d (1 commits ago) More... about 11 years ago
Merge pull request #149 from shadlaws/fix_2007 More... about 11 years ago
Merge branch 'master' into jquery_190 More... about 11 years ago
Merge pull request #153 from shadlaws/jquery_autocomplete_compat More... about 11 years ago
Merge pull request #152 from shadlaws/jquery_password_strength More... about 11 years ago
Merge pull request #151 from shadlaws/jquery_context_menus More... about 11 years ago
#2007 - Change search box text when only looking in the current album. - search.html.php - updated to use new labels. - search_link.html.php - updated to use new labels. Moved code that determines current album to top, then used it for both the new label and the hidden album input. Resulting form code looks more symmetric to search.html.php. More... about 11 years ago
Moved autocomplete CSS to gallery.css to ensure it works for all themes (including admin_wind). More... about 11 years ago
Password strength indicator fixed for new jQuery. Also cleaned up formatting. More... about 11 years ago
Context menus are fixed! This should be fully compatible with older themes since only gallery.common.js is modified. More... about 11 years ago
Automated update of .build_number to 353 for branch master Last update: 87d20c63af02ae573853da2cb82d7323a56677b5 (1 commits ago) More... about 11 years ago
Merge pull request #148 from shadlaws/fix_2006 More... about 11 years ago
#2006 - Add system::mark_file_for_delete API to delete files at shutdown. - added system::mark_file_for_delete to be called to mark a file - added system::delete_marked_files to be called at shutdown to delete the list - amended system::temp_filename to, by default, add the temp name to the list - updated a few other places in code where this should be used More... about 11 years ago
Fix autocomplete for admin_g2_import. More... about 11 years ago
Updated for the new jQuery tabs API. More... about 11 years ago
Fix up autocomplete for admin_server_add - found and fixed some bugs in gallery_autocomplete when "multiple" isn't set. Fixed some harmless syntax issues that js2-mode helpfully pointed out. More... about 11 years ago
Merge branch 'master' into jquery_190 More... about 11 years ago
Merge pull request #147 from shadlaws/fix_jquery_dialog_20130216 More... about 11 years ago
Automated update of .build_number to 352 for branch master Last update: eb5b99abb4fb50df2dc8e8125a4fc49a674bc423 (1 commits ago) More... about 11 years ago
Merge pull request #145 from shadlaws/revert_zend_guard_check More... about 11 years ago
Context menu dialog box problem: better, but still not working. - removed fake attr settings (possible compatibility issue with newer jQuery) - replaced with extra class - fixed formatting - still doesn't work: addClass works, but hasClass always returns false when function runs again More... about 11 years ago
#1749, 1754, 1901 - revert two recent commits that check for Zend Guard obfuscation level support. This is not the root of the problem for all installs, and can trigger false positives that break previously-working installs... we'll have to find a better way. More... about 11 years ago