View Issue Details

IDProjectCategoryView StatusLast Update
0000153WackoWikicorepublic2009-08-19 09:39
Reporterebal Assigned Toadministrator  
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.2 
Target Version4.3.rcFixed in Version4.3.rc 
Summary0000153: hide .svn and _common folder in the available Themes box
DescriptionSVN Version :

At http://domain/Settings for Available Themes display .svn folder.
I tweak the code at classes/wacko.php in AvailableThemes function
the line ( 2217 ) :

if ($file != "." && $file != "CVS" && $file != ".." && is_dir("themes/".$file))

to

if ($file != "." && $file != "CVS" && $file != ".svn" && $file != ".." && is_dir("themes/".$file))

( && $file != ".svn" )

Perhaps there are more like this
TagsNo tags attached.

Activities

administrator

2008-03-26 17:20

administrator   ~0000290

this is the same issue with the new introduced "_common" folder

ebal

2008-03-27 14:21

developer   ~0000291

yes (how i didnt see that ??? )

if ($file != "." && $file != "CVS" && $file != ".." && is_dir("themes/".$file) && $file != ".svn" && $file != "_common" )

i havent svn commit - i leave this to a developer

administrator

2008-03-27 16:45

administrator   ~0000293

SVNed -> Revision 327

Issue History

Date Modified Username Field Change
2008-03-26 14:30 ebal New Issue
2008-03-26 14:30 ebal Legacy => NEW
2008-03-26 17:20 administrator Note Added: 0000290
2008-03-26 17:20 administrator Status new => acknowledged
2008-03-26 17:20 administrator Target Version => 5.0.0
2008-03-27 14:21 ebal Note Added: 0000291
2008-03-27 16:45 administrator Note Added: 0000293
2008-03-27 16:45 administrator Assigned To => administrator
2008-03-27 16:45 administrator Status acknowledged => resolved
2008-03-27 16:45 administrator Resolution open => fixed
2008-03-27 16:45 administrator Fixed in Version => 5.0.0
2008-03-27 20:37 administrator Summary SVN version : AvailableThemes - import .svn => hide .svn and _common folder in the available Themes box
2008-04-20 22:08 administrator Category Project SVN => Core
2009-08-19 09:22 administrator Fixed in Version 5.0.0 => 4.3.rc
2009-08-19 09:39 administrator Target Version 5.0.0 => 4.3.rc
2010-03-08 10:12 administrator Category Core => core