Gallery 2.2-RC-2 Feedback
mindless
![]()
Joined: 2004-01-04
Posts: 8601 |
![]() |
See Site Admin / Album Select for info on sort order. It should not be different in different browsers though. |
|
atollic
Joined: 2007-03-11
Posts: 1 |
![]() |
feedback: when uploading multiple files from local server, I get message 0 files uploaded, but still all images seem to be uploaded correctly. |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
atollic i can't reproduce that problem. it works fine for me. -------------- |
|
GotzBoost
Joined: 2007-02-25
Posts: 15 |
![]() |
Not sure where to post this, and don't clearly see a "Submit bug" link on site. Seems as if in the new RC2, the URL Rewrite has broken the ISAPI Rewrite ini. If I check "Allow empty referer?" within the config, it produces a line like below, and ISAPI Rewrite gives an error of "Bad regular expression at lines 18 - 25." RewriteCond Referer: (?!) |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
GotzBoost 1. i just tested this with iis 5.1 and isapi_rewrite lite. it works. no errors, and the rewrite rules and referer checks work as expected. 2. you can file bugs at http://sf.net/projects/gallery/ -> trackers -> bugs. btw: where does it show that error? update: i see the error now, it's in some isapi parse error log. -------------- |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
GotzBoost - the parse error is only logged when you update the rewrite rules. -------------- |
|
serbanc
Joined: 2006-05-19
Posts: 314 |
![]() |
anyone experienced problems trying to manage plugins with G2.2RC2 in other language than english ? thx. |
|
mindless
![]()
Joined: 2004-01-04
Posts: 8601 |
![]() |
serbanc.. I see the same behavior with Romanian. Thanks for the report, we'll get it fixed. |
|
serbanc
Joined: 2006-05-19
Posts: 314 |
![]() |
however, in french it works. could be a problem with the translation ? |
|
george9t8
Joined: 2007-02-06
Posts: 129 |
![]() |
There seems to be a minor bug with the EXIF. If you try to toggle between summary and detail, the EXIF disappears. |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
you seem to referring to the carbon theme. -------------- |
|
Rasmus
Joined: 2003-11-25
Posts: 46 |
![]() |
Here are some pretty pictures of G2. These are callgraphs for a generic rc2-svn install [img]http://phpics.com/d/34682-2/g2.png[/img] And here is an aggregate profiling run of what I would consider normal usage clicking [img]http://phpics.com/d/34689-2/g2agg.png[/img] Both of these are without G2 acceleration turned on. I like to do these to get an idea of where an app is spending its time and it is often usefulfor the developers to verify their performance assumptions. |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
Rasmus Thanks. We're using callgrind / kcachegrind from time to time already. I guess for me it was after your PHP demo at Google MV that I gave it a shot. We'll need to do it again for G2.3 since there's still a lot of room for improvement. BTW: I think the second graph is a nice example of where the CPU cycles go when G2 still has to generate thumbnails and resizes. It shows a Gallery after adding some pictures. PS: Any help on performance optimizations (or anything else) is more than welcome. So if you see something specific, please let us know. -------------- |
|
george9t8
Joined: 2007-02-06
Posts: 129 |
![]() |
valiant wrote:
it's not necessarily a bug Sorry but I have to disagree. When you click on something you expect to see it. I'd doubt this is what the developer intended and I gather from your post that this only happens for carbon. I know its low priority, but would I have to put in a request for this? |
|
Yukti
Joined: 2007-03-10
Posts: 15 |
![]() |
Congratulations Everyone for the release of 2.2 version. Well I have a doubt.. will be glad if someone helps.. Is there any script (patch) to upgrade gallery2.1 to 2.2.. retaining my old data . regards |
|
george9t8
Joined: 2007-02-06
Posts: 129 |
![]() |
Yukti - see http://codex.gallery2.org/Gallery2:Upgrading. It's quite simple and straightforward to just replace the old files with the new ones. Make sure you back up your files and database first though. There's lots of documentation on this. |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
george9t8 > I know its low priority, but would I have to put in a request for this? please file a bug at http://sf.net/projects/gallery/ -> trackers -> bugs. -------------- |
|
Yukti
Joined: 2007-03-10
Posts: 15 |
![]() |
Thanks G!! I am done with the upgrade .. hmm I learnt to be more patient and careful while work today ... gr8 version created.. Cheers to all !!! regards n care |
|
GotzBoost
Joined: 2007-02-25
Posts: 15 |
![]() |
With the ISAPI Rewrite mod. It is creating case sensitive matches, it needs to add an “I” flag to the end of each RewriteRule. Example: I will create a bug report. |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
GotzBoost why should this specific rule be case-insensitive? only domain names are case-insensitive. the rest of an URL isn't. -------------- |
|
GotzBoost
Joined: 2007-02-25
Posts: 15 |
![]() |
My wife loves using gallery, moved her over from using Yahoo photos. One thing she likes to do with Yahoo photos is create a batch of photos and email them out to family and friends. Is this feature somewhere within Gallery? Also, the cart is somewhat good feature, but how the heck am I supposed to view it after leaving it. There is no "my cart" button??? Only way I can get back into it is add another photo to it... |
|
Rasmus
Joined: 2003-11-25
Posts: 46 |
![]() |
The new thing since that talk at Google is the addition of aggregate profiling to xdebug. In your ini file add: xdebug.profiler_aggregate = On and it will then maintain profiling numbers over a series of requests whereas before you could only profile a single request. And yes, I know I didn't graph G2 in a steady state. I wanted to see what called what to get an idea of how the code was organized. |
|
GotzBoost
Joined: 2007-02-25
Posts: 15 |
![]() |
valiant wrote:
GotzBoost It’s not the rule that you’re telling to be insensitive, it applies to all conditions as well. From thier docs. |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
Rasmus I used the xdebug aggregate function already. It's neat to get an average but also to get an over-all impression as you pointed out. A call-graph for documentation purposes? Sounds like a good idea. I'm adding a doc request on codex.gallery2.org such that the idea doesn't get forgotten. -------------- |
|
GotzBoost
Joined: 2007-02-25
Posts: 15 |
![]() |
And a reason why it needs to be case-insensitive. Wife just called me asking why the Gallery is broken. Page comes up, but all pictures where X. And no links worked to albums. After a while of trying to figure out why it works for me and it doesn't for her, she emailed me a screen shot. She was going to http://www.?????.com/gallery and I was going to http://www.?????.com/Gallery. When I changed mine to lower case, low and behold it did the same, no images and album links failed. |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
GotzBoost I've updated your bug report. Your example is incorrect since it's doesn't need to be case-insensitive. But we can use it for rules that do referer checking. -------------- |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
GotzBoost We won't add the I flag to all G2 isapi rules. In general, URIs are case-sensitive. Domain names are not. I suggest you change all your ibound links to use the same case for the gallery folder. -------------- |
|
GotzBoost
Joined: 2007-02-25
Posts: 15 |
![]() |
This is rediculous, make it an option, not a rule it out completely because a feud between operating systems. If I have to tell our customers that we host and my wife that they have to type in the URL exactly, and it's case sensitive is rediculous. And I'm sure that there are many others that agree, make it an option. Direct copy from conversation between wife and I on this subject. MSN Conversation wrote:
GotzBoost says: |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
GotzBoost - We can't change it for G2.2, it's too late for that (risk management). Besides: You can easily add the I in your http.ini yourself. There's a democratic element in the gallery community to see if there's a larger interest in a feature. Thanks for your understanding. -------------- |
|
serbanc
Joined: 2006-05-19
Posts: 314 |
![]() |
guys, any solution for the romanian language problems ? or any hints to follow ? |
|
george9t8
Joined: 2007-02-06
Posts: 129 |
![]() |
I've just realised that with the Vista Shadow Carbon image frame turned on for the carbon theme, it doesn't show because it's the same colour as the background. To make it visible you need the change the album background to be the darker of the two shades (background2) in the first line in album.tpl:
[EDIT] My mistake - the shadow looks so small when the thumb is larger than about 160 that it hardly shows. The effect you get when you change the background to the darker shade is actually quite good! |
|
isaac_golding
Joined: 2005-08-06
Posts: 14 |
![]() |
In REF Gallery2.2 RC2 & WEBDAV connections via WINXP The Problem: When i entered the webdav url as explained on the gallery2 page for webdav i was unable to login using winxp pro (SP2) The solution is below in the mess that I'm not quite sure how to explain. But I have links referencin my source. The end result is that I had to use the following URL: and nothing else I tried would work. I attempted to document this find on the wiki however I dont have rights or perms.... so I'm passing this along My source is here: http://www.atarex.com/services/support/webdav-msft.shtml # Misleading "feature" 298353: Add Network Place Wizard Saves the Location http://<server> as \\<server> in a Network Shortcut * Workaround: use a port number after the domain, or use a trailing /. or a /# on any URL to use WebDAV properly in the setup wizard. |
|
joseluisjlvc
Joined: 2007-03-02
Posts: 2 |
![]() |
Hello, I wanted to know if one thinks to implement a functionality to make the authentication by OpenLDAP or somebody this trying. Thanks. |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
joseluisjlvc this is the wrong discussion thread to discuss that matter. -------------- |
|
iMoney
Joined: 2007-05-29
Posts: 25 |
![]() |
It is released. bharat wrote:
WOO HOO! We're *this* close to releasing 2.2! |
|
Wezp Directory
Joined: 2007-06-15
Posts: 9 |
![]() |
Thank you guys for RC2. Great work!! |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
G2.2 RC-2 is a few months old. Meanwhile, we've released G2.2 officially, G2.2.2 has been released too. |
|
petroleum
Joined: 2007-07-08
Posts: 9 |
![]() |
Ive tried gallery 2.2.2.. cant say im impressed.. goin back to Plogger. No need for a such massive and bloated software. You should seriuosly take a look at the filestructure ffs! |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
It's as bloated as you want it to be. Don't install any modules / features you don't want. -------------- |
|
skunker
Joined: 2005-02-04
Posts: 344 |
![]() |
Can't wait for G2.3. Any idea of when we can expect to see it released? Next month? October? |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
Release Candidate(s) in a few weeks. (Yes, there is a few weeks in a month and a few weeks in a couple of months as well). Quote:
When its it done . Dave |
|
skunker
Joined: 2005-02-04
Posts: 344 |
![]() |
So.........any idea when to expect the new G2.3? |
|
skunker
Joined: 2005-02-04
Posts: 344 |
![]() |
We're getting closer to Christmas....are we gonna have a nice christmas present from the gallery team soon?! |
|
stdio
Joined: 2004-09-14
Posts: 38 |
![]() |
Here I am, asking the same question that was asked last year. When can we expect Gallery 2.3? |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
http://gallery.menalto.com/node/77434 -------------- |
|
jagr
Joined: 2003-04-22
Posts: 34 |
![]() |
is there any way i can download this version again? i have some problems upgrading and the only way to restore my gallery is to reinstall this version |
|
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
The links on this page should still work: Be warned that they might fail the first few times since the mirrors probably don't have those files anymore. |
|