Date formats - RC2

ak17

Joined: 2005-07-31
Posts: 22
Posted: Wed, 2005-08-24 12:48

Hi guys,

Just updated to RC2, but where can I find the option as for:

"Date formats - Customizable date/time formats defined in Site Admin."

I can't find it, sorry. :(

Thanks,
Anthony

<TYPE YOUR MESSAGE HERE, ENTER SYSTEM DETAILS BELOW>
<Please check the G2 FAQ (sticky topic in this forum) before posting!>
----

Gallery URL (optional):
Gallery version:
Webserver (with version):
Datatabase (with version):
PHP version (eg 4.2.1):
phpinfo URL (optional):
Graphics Toolkit(s):
Operating system:
Web browser/version:
G1 version (for migration bugs):

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Wed, 2005-08-24 14:24

I believe it's under Site Admin > General

 
ak17

Joined: 2005-07-31
Posts: 22
Posted: Thu, 2005-08-25 13:52

Well, I updated through CVS last night, is that the CVS version was not updated yet? I can't see that option in Site Admin > General :(

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Thu, 2005-08-25 16:17

Site Admin / General.. Date Formats is 2nd from the top, just under Language Settings.

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Thu, 2005-08-25 16:20

It's right there, see the attached image. It's been there for a few days. If you don't see this and you've updated through CVS then some or all files didn't get updated.

If that's the case try:
cvs -z3 update -dPC
This will overwritten any files you've changed, however, it will leave anything you've put into 'local' directories alone or if you've created a new theme it won't touch that either because that stuff isn't controlled by CVS.

If that doesn't work, then get a nightly snapshot from http://galleryupdates.jpmullan.com/ , upload the tar.gz file and untar it on the server.

 
ak17

Joined: 2005-07-31
Posts: 22
Posted: Fri, 2005-08-26 16:22

What makes the normal CVS update command not so successful? :(

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Fri, 2005-08-26 16:38

try cvs upd -PdA
the A will clear any sticky tags.

 
ak17

Joined: 2005-07-31
Posts: 22
Posted: Sat, 2005-08-27 16:30

What's wrong with my FTP? The CVS still doesn't work well for me! :( I tried all your suggestions. Maybe I can only download a copy and overwrite the old one? :( So weird!

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Wed, 2005-08-31 18:15

Uploading or downloading a large number of files, like with G2, FTP a lot of times seems to corrupt one or two (or many) files depending on the client and the connection.

You can also try uploading a nightly build in .tar.gz format then creating a php script to untar that file:
<?php exec('tar -xzf galleryfile.gar.gz') ?>

Then just upload that file to the same directory the gallery2 tar file is and access that file through your browser.

 
stephenju
stephenju's picture

Joined: 2005-07-05
Posts: 172
Posted: Wed, 2005-08-31 22:55

I find this very useful:

http://www.rohitab.com/cgiscripts/cgitelnet.html

But it might be of a bit of security concern. Use at your own risk.