| Age | Commit message (Collapse) | Author |
|
Add xxx_installer::upgrade($version) method so that upgrade stanzas
are separate from install stanzas. In the old code, to do an upgrade
meant that you had to re-evolve everything from the initial install
because we'd step through each version's changes. But what we really
want is for the initial install to start off in the perfect initial
state, and the upgrades to do the work behind the scenes. So now the
install() function gets things set up properly the first time, and the
upgrade() function does any work to catch you up to the latest code.
See gallery_installer.php for a good example.
|
|
second are still shown in descending order.
|
|
security bypass for the remote print processor to retrieve the fullsize image.
|
|
|
|
1) moves the print button from the quick pane to thumb_bottom
2) Creates an entry into the proxy table
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
|
|
|
|
buttons to the
quick pane. The quick pane is now divided into 4 sections: left, center, right and
additional. Additional items appear in the drop down box. Buttons are not sorted
within the groupings.
In addition, the quick pane will overflow onto the "additional" dropdown if there is not
enough room to display all the buttons.
The use case is the digibug printing module needed to add a button to the quick pane, and
I don't like putting code into core that says if module is active... That's another one
of those code smells :-)
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
|
|
|
|
|
|
buttons to the
quick pane. The quick pane is now divided into 4 sections: left, center, right and
additional. Additional items appear in the drop down box. Buttons are not sorted
within the groupings.
In addition, the quick pane will overflow onto the "additional" dropdown if there is not
enough room to display all the buttons.
The use case is the digibug printing module needed to add a button to the quick pane, and
I don't like putting code into core that says if module is active... That's another one
of those code smells :-)
|
|
|
|
Filed upstream as: http://dev.kohanaphp.com/issues/1801
|
|
panels. <Caution:> This is still a work in progress.
|
|
|
|
separator. Try to
be smart about it. If we see a comma or a semicolon, expect the keywords to be separated
by that delimeter. Otherwise, use space as the delimiter.
Fixes ticket #446
|
|
too conservative before). Fixes ticket #413.
|
|
only implementing schema version 1. This caused install.sql to be
populated from version 1 which meant that after install you'd have to
run the upgrader. No harm done, and the pattern is fixed for the
future.
Alphabetize the tables so it's easier to find stuff.
|
|
|
|
|
|
1) Put a "starting up..." message before there's any feedback from the server
2) show the title of the task in the dialog.
|
|
encoding issues resulting from embedded keywords in encodings we can't
decipher. This can lead to weird truncation issues which in turn can
lead to multiple tags getting truncated to the same value in MySQL
which leads to mysql complaining that we're adding a duplicate tag.
|
|
|
|
|
|
forms)
|
|
|
|
all plural ("other") forms.
|
|
|
|
returns an error, and log them appropriately. This should fix a slew
of import failures from corrupt G2 installs.
|
|
|
|
|
|
|
|
|
|
Move the creation of the setting menu back to gallery_menu::admin, now that
there is a mechanism to remove empty menu items
|
|
1) Stored the menu element type in the menu element
2) Scanned the menu before display removing any empty sub menus.
Went with the removal approach because there will more users than developers
|
|
possibility to localize and customize form.
|
|
panes not to appear. Oops. Bug was introduced in the rss refactor:
1b656be7135efe51ba0eb34d6ac76c2632ec193a
Signed-off-by: <unostar@danalan.info>
|
|
|
|
panes not to appear. Oops. Bug was introduced in the rss refactor:
1b656be7135efe51ba0eb34d6ac76c2632ec193a
|
|
contents are are not shown
Signed-off-by: <unostar@danalan.info>
|
|
strings
Signed-off-by: <unostar@danalan.info>
|
|
TODO: The "Show All" link is almost invisible (link color ~= background)
Signed-off-by: <unostar@danalan.info>
|
|
Fix for ticket #428
Signed-off-by: <unostar@danalan.info>
|
|
Signed-off-by: <unostar@danalan.info>
|
|
exception which would get silently swallowed by swfUpload.
Signed-off-by: <unostar@danalan.info>
|
|
so that right clicking works.
Turn the full size rendering code into a function and call it with
arguments, instead of creating a hacky named data structure to hold
the info.
Further partial fixes for ticket #427.
Signed-off-by: <unostar@danalan.info>
|