Icy Phoenix Goes SVN »  Show posts from    to     

Icy Phoenix


News And Announcements - Icy Phoenix Goes SVN



Mighty Gorgon [ Thu 05 Nov, 2009 21:31 ]
Post subject: Re: Icy Phoenix Goes SVN
Thanks for reporting, try to check new files in SVN, I should have fixed it.


pax [ Fri 06 Nov, 2009 18:07 ]
Post subject: Re: Icy Phoenix Goes SVN
ok, how can select plugin? In acp Menù don't appear...


Mighty Gorgon [ Sat 07 Nov, 2009 10:50 ]
Post subject: Re: Icy Phoenix Goes SVN
OPEN includes/constants.php
FIND
Code: [Hide] [Select]
// Mighty Gorgon - PLUGINS - BEGIN
// Please note that you need to have these plugins downloaded and installed to make them work... do not enable them if you don't have the files, or you may have errors.
define('PLUGINS_PATH', 'plugins/');
// Downloads
define('DL_PLUGIN_ENABLED', false); // Allowed values => true / false
define('DL_PLUGIN_PATH', PLUGINS_PATH . 'downloads/');
// Knowledge Base
define('KB_PLUGIN_ENABLED', false); // Allowed values => true / false
define('KB_PLUGIN_PATH', PLUGINS_PATH . 'kb/');
// Activity
define('ACTIVITY_PLUGIN_ENABLED', false); // Allowed values => true / false
define('ACTIVITY_PLUGIN_PATH', PLUGINS_PATH . 'activity/');
// Cash
define('CASH_PLUGIN_ENABLED', false); // Allowed values => true / false
// Mighty Gorgon - PLUGINS - END


You can enable features by switching the value from false to true.


pax [ Sat 07 Nov, 2009 11:41 ]
Post subject: Re: Icy Phoenix Goes SVN
ok, and for database table??

activity request it!


Mighty Gorgon [ Sat 07 Nov, 2009 11:51 ]
Post subject: Re: Icy Phoenix Goes SVN
Activity should create all tables from ACP.

Isn't that working?

Please open a new topic for these issues, as we should keep this topic clean.


TheSteffen [ Tue 16 Feb, 2010 12:15 ]
Post subject: Re: Icy Phoenix Goes SVN
I found a very usefull option for tortoise svn
If you wnat only a patch from one revision (maybe 170) to another revision (maybe 175) you can do this

  1. Using TortoiseSVN, right-click on your working folder and select “Show Log” from the TortoiseSVN menu.
  2. Click the revision that was last published (#500 in this example)
  3. Ctrl+Click the HEAD revision (or whatever revision you want to release ie #575) so that both the old and the new revisions are highlighted.
  4. Right-click on either of the highlighted revisions and select “Compare revisions.” This will open a dialog window that lists all new/modified files.
  5. Select all files from this list (Ctrl+a) then right-click on the highlighted files and select “Export selection to…”


Mighty Gorgon [ Thu 01 Apr, 2010 13:46 ]
Post subject: Re: Icy Phoenix Goes SVN
I just want to inform all users that I'm also using GIT as repository, because under certain point of views is more powerful than SVN.

Currently the main repository is still in SVN, but I may decide to move definitely to GIT one day... so be prepared!

Current github repo can be found here:

Icy Phoenix GIT Repository

Here you can find some details on GIT and how to use it:

http://github.com/guides/home
http://wiki.phpbb.com/Git
http://wiki.phpbb.com/Working_with_Git

I'm currently use a Portable GIT version in Windows... so I don't have to install it, because making GIT to work in Windows could be something tricky!




Powered by Icy Phoenix