summaryrefslogtreecommitdiff
path: root/main.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-2/+3
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2025-08-28General code updated to PHP8.4 and namespace ... work in progress on ↵lsces1-13/+9
updating some third party code
2021-02-03update path for kernel/includes/setup_inc.phpmodela bitweaver1-1/+1
2021-02-02move _inc and classes to includes/classes and use PKG_CLASS/INCLUDE_PATH ↵modela bitweaver1-1/+1
constants
2013-07-11white space and comment block mods fir phpdoc manuallsces1-1/+3
2012-04-29Roll back getContentUrl to alternate static getDisplayUrl fixLester Caine ext:(%22)1-1/+1
getDisplayUrlFrom Hash used for static calls
2012-04-17Tidy up to remove 'STRICT' warningsLester Caine ext:(%22)1-1/+1
Split static and dynamic use of getDisplayUrl Create getContentUrl as the instantiated version parameters need to be identical across all classes
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-05-04add better support for galleries with multiple parents working with several ↵Christian Fowler1-1/+15
clients
2010-03-02clean up of remote to handle same gallery linked to multiple parents, ↵Christian Fowler1-8/+1
cleanup login and fetch checking for valid user
2010-03-01fix setup_inc.php include pathChristian Fowler1-2/+2
2010-02-09major changes to protocol to more properly handle native g2 protocol - add ↵Christian Fowler1-1/+8
auth_token, set GALLERYSID for clients that might depend on it. clean up counting so final directory works; unset all cookies if a g2_authToken has not been sent
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames51-2/+2
2009-10-23chdir __FILE__Christian Fowler1-1/+3
2009-10-01remove ref to non-existant copyright.txt filewjames51-2/+2
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-2/+2
2009-07-14Variety of fixes and album nesting supportTyler Bello1-4/+4
2009-07-13separate out pPostData and pParamhash data since some plugins can populate ↵Christian Fowler1-2/+3
_POST['g2_form'] and _GET['g2_form'] differently o-O, implement no-op command as a ping.
2009-07-12initial implementation of Gallery2 Remote API implementation. It works\!Christian Fowler1-0/+40