| Age | Commit message (Collapse) | Author |
|
cd48b89f3166e7fa732b5cb06d33fba018af9127
for #1527.
|
|
module to v46. There's a new block in the admin dashboard which
controls whether automatic checking happens, and lets you check
immediately. If a newer version is detected, a site status message
appears for admins providing upgrade instructions.
Automatic checking is not yet implemented (even though the UI claims
that it exists). This is all for #1605.
|
|
text. Fixes #1612.
|
|
|
|
We now have two types of packages (release, git). Instead of using
constants, we now have gallery::version_string() which returns the
current version string. If you're on a release package, then the
version string looks like:
3.0 (Santa Fe)
If you're on a git package, then the version string looks like this:
3.0.1 (branch 3.0.x build 3)
We track the build number in a new file in the gallery3 root called
BUILD_NUMBER which we will update periodically with the latest
build number for each branch.
|
|
MySql has problems when comparing float values against -seemingly same- float input, see http://dev.mysql.com/doc/refman/5.0/en/problems-with-float.html for details.
Fixes #1610
|
|
|
|
function in the test so that we can keep our tests functioning.
Follow on to 66fd8c7518ab71466aca72d20fb7bcd5f374af26 for #1559.
|
|
results of the $theme->css() and $theme->script() calls. This handles
the case where combining scripts/css returns HTML instead of putting
it in the queue for combination. Fixes #1611.
|
|
combining functions.
|
|
Follow-on for #1518.
|
|
|
|
1) Trap all exceptions, eg dns or connectivity issues and
report back in the form (but put the stack trace in the logs)
2) Rename "noconn" to "no_connection"
|
|
|
|
|
|
|
|
connection was built up properly (just a boolean, not distuingishing between reasons in case of a failure), the other to reflect API validating success status.
Using this presenting a slightly more meaningfull error msg to user in case the connection would fail.
Fixes Ticket #1504
|
|
values, and request is only processed further in case of a match. => this is unnecessary
|
|
|
|
combined and when. Backwards compatible in that old themes will work,
but their CSS/JS will no longer be combined unless they make some
changes. Fixes #1600.
|
|
which traverses the $PATH and returns any executable binary of the
appropriate name that it can find. Fixes #1555.
|
|
does all the right permission checks. This prevents a hotlink to a
private photo in a private gallery from kicking the user out to a
login page. Fixes #1594.
|
|
if the regex doesn't return properly. Follow on to
3ec0ba956dced01a97f2ee7bd943d326c42350e3 for ticket #1595.
|
|
git://github.com/Joe7/gallery3
|
|
|
|
some other items belonging to the same parent album are not viewable.
Changed depracated calls to item_Model::get_position() to item::get_position().
|
|
the viewable() method on every query.
|
|
modules/themes directories.
Fixes #1590.
|
|
|
|
This reverts commit 612ddd7050889974fc1f7e449e715b4c1129c0bb.
|
|
instead of hardcoding version 1. Fixes #1589.
|
|
|
|
shares the same loop. Just as premarked as todo.
Will make https://sourceforge.net/apps/trac/gallery/ticket/1555#comment:3 an even quicker task
|
|
|
|
fullscreen
Fixes ticket #1154 - credit goes to floridave
|
|
Bump the info module per changes for #662.
|
|
forbidden in other places like add album/item) and explitely look for /../ instead
Note: directory path can't end in '.' forcibly so this shall be fine
Fixes Ticket #1518
|
|
|
|
|
|
1) Make database changes in gallery_installer::install() instead of
in installer/install.ql
2) Bump the version number in modules/gallery/module.info
|
|
Fixes #1569.
|
|
|
|
Allows for cleaner code and fewer function calls.
|
|
|
|
but DB trimmed data over 2048 chars. Converting column into TEXT type.
Note: The effective maximum length of a VARCHAR in MySQL 5.0.3 and later is subject to the maximum row size (65,535 bytes, which is shared among all columns) and the character set used.
In contrast to CHAR, VARCHAR values are stored as a one-byte or two-byte length prefix plus data. The length prefix indicates the number of bytes in the value. A column uses one length byte if values require no more than 255 bytes, two length bytes if values may require more than 255 bytes.
|
|
|
|
Added common increment_view_count() func in item model for reuse
|
|
|
|
to be naturally ordered and case insensitive.
|
|
added spaces around =s
|