[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[5520] branches/1.3



Revision: 5520
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5520&view=rev
Author:   einhverfr
Date:     2013-01-09 04:55:59 +0000 (Wed, 09 Jan 2013)
Log Message:
-----------
Merging from trunk: Changing LOADORDER to prevent updates from depending on fixes to be applied later

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/sql/modules/LOADORDER

Property Changed:
----------------
    branches/1.3/Changelog

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2013-01-09 04:51:23 UTC (rev 5519)
+++ branches/1.3/Changelog	2013-01-09 04:55:59 UTC (rev 5520)
@@ -17,6 +17,7 @@
 * Fixed admin passwd reset directing to showing new user screen (Chris T)
 * Fixed admin passwd reset ineffective (Chris T, bug 3599803)
 * Fixed stylesheet cannot be set on preferences screen (Chris T, 3599804)
+* Moved Fixes.sql to top of LOADORDER to fix some upgrade issues (Chris T)
 
 Changelog for 1.3.27
 * Detect whether ledgersmb.conf exists during Makefile.PL run and create if


Property changes on: branches/1.3/Changelog
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk/Changelog:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5513,5515
   + /trunk/Changelog:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5513,5515,5519

Modified: branches/1.3/sql/modules/LOADORDER
===================================================================
--- branches/1.3/sql/modules/LOADORDER	2013-01-09 04:51:23 UTC (rev 5519)
+++ branches/1.3/sql/modules/LOADORDER	2013-01-09 04:55:59 UTC (rev 5520)
@@ -1,5 +1,6 @@
 # This is a simple list of files to be loaded from sql/modules in the order
 # they shall be loaded.
+Fixes.sql
 Drafts.sql
 chart.sql
 Account.sql
@@ -26,5 +27,4 @@
 Assets.sql
 Files.sql
 Parts.sql
-Fixes.sql
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.