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

SF.net SVN: ledger-smb:[4400] trunk



Revision: 4400
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4400&view=rev
Author:   einhverfr
Date:     2012-03-07 10:51:59 +0000 (Wed, 07 Mar 2012)
Log Message:
-----------
Merging from branches/1.3
Adding App_Module.sql to LOADORDER

Modified Paths:
--------------
    trunk/CONTRIBUTORS
    trunk/Changelog
    trunk/dists/rpm/ledgersmb.spec
    trunk/sql/modules/LOADORDER

Property Changed:
----------------
    trunk/
    trunk/LedgerSMB/Scripts/account.pm
    trunk/LedgerSMB/Scripts/admin.pm
    trunk/LedgerSMB/Scripts/customer.pm
    trunk/LedgerSMB/Scripts/employee.pm
    trunk/LedgerSMB/Scripts/file.pm
    trunk/LedgerSMB/Scripts/journal.pm
    trunk/LedgerSMB/Scripts/login.pm
    trunk/LedgerSMB/Scripts/menu.pm
    trunk/LedgerSMB/Scripts/payment.pm
    trunk/LedgerSMB/Scripts/recon.pm
    trunk/LedgerSMB/Scripts/setup.pm
    trunk/LedgerSMB/Scripts/taxform.pm
    trunk/LedgerSMB/Scripts/vendor.pm
    trunk/sql/upgrade/1.2-1.3-manual.sql


Property changes on: trunk
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/1.3:3711-4391
   + /branches/1.3:3711-4399

Modified: trunk/CONTRIBUTORS
===================================================================
--- trunk/CONTRIBUTORS	2012-03-07 10:31:21 UTC (rev 4399)
+++ trunk/CONTRIBUTORS	2012-03-07 10:51:59 UTC (rev 4400)
@@ -7,28 +7,29 @@
 Wrote the inventory activity report, helped with the session handling fix, 
 and other tasks.
 
-Christopher Murtagh <christopher.murtagh @ gmail.com>
-Wrote the session handling fix, has begun reformatting the files to fit the
-current coding standards, and other contributions.
-
 Joshua Drake <jd @ commandprompt . com>
 Contributed database fixes, the contact/company/entity schema, and other 
 db-centric changes.
 
-Seneca Cunningham <tentra @ gmail.com> 
-Contributed code fixes and support for advanced tax rules.  She has also 
-re-engineered the localization framework.  She has also provided support for 
-Excel, ODS, and other formats for reports.
+Erik Huelsmann <ehuels @ gmail.com> has provided numerous bugfixes and guidance for the
+project.
 
 Other Committers:
 ==================
-Erik Huelsmann <ehuels @ gmail.com> has provided bugfixes.
-
 Jeff Kowalczyk [email omitted] contributed the ledger-smb-smallgray.css and has submitted numerous bug fixes.
 
 Herman Vierendeels <herman.vierendeels @ gmail.com> Contributed a number of 
 bugfixes.
 
+Christopher Murtagh <christopher.murtagh @ gmail.com>
+Wrote the session handling fix, has begun reformatting the files to fit the
+current coding standards, and other contributions.
+
+Seneca Cunningham <tentra @ gmail.com> 
+Contributed code fixes and support for advanced tax rules.  She has also 
+re-engineered the localization framework.  She has also provided support for 
+Excel, ODS, and other formats for reports.
+
 Other Contributors:
 ========================
 David Bandel <david.bandel @ gmail.com> Provided some bug fixes and 

Modified: trunk/Changelog
===================================================================
--- trunk/Changelog	2012-03-07 10:31:21 UTC (rev 4399)
+++ trunk/Changelog	2012-03-07 10:51:59 UTC (rev 4400)
@@ -3,7 +3,7 @@
 
 General Enhancements:
 * scripts/* files moved to make inheritance possible (Chris T)
-* PostgreSQL contrib dependencies removed, now requre Pg 8.4 (Chris T)
+* PostgreSQL contrib dependencies removed, now require Pg 8.4 (Chris T)
 * Performance enhancements on menu routines (Chris T and Steven M)
 * Projects and Departments can now have subprojects and Departments (Chris T)
 * Project/department mechanism generalized to support funds, etc (Chris T)


Property changes on: trunk/LedgerSMB/Scripts/account.pm
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/1.3/LedgerSMB/Scripts/account.pm:4369-4391
/branches/1.3/scripts/account.pl:3711-4368
   + /branches/1.3/LedgerSMB/Scripts/account.pm:4369-4399
/branches/1.3/scripts/account.pl:3711-4368


Property changes on: trunk/LedgerSMB/Scripts/admin.pm
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/1.3/LedgerSMB/Scripts/admin.pm:3901-4391
/branches/1.3/scripts/admin.pl:3711-3903,4273-4287
   + /branches/1.3/LedgerSMB/Scripts/admin.pm:3901-4399
/branches/1.3/scripts/admin.pl:3711-3903,4273-4287


Property changes on: trunk/LedgerSMB/Scripts/customer.pm
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/1.3/LedgerSMB/Scripts/customer.pm:4288-4391
/branches/1.3/scripts/customer.pl:4273-4287
   + /branches/1.3/LedgerSMB/Scripts/customer.pm:4288-4399
/branches/1.3/scripts/customer.pl:4273-4287


Property changes on: trunk/LedgerSMB/Scripts/employee.pm
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/1.3/LedgerSMB/Scripts/employee.pm:3712-4391
/branches/1.3/scripts/employee.pl:3842-3843,4273-4287,4289-4310
   + /branches/1.3/LedgerSMB/Scripts/employee.pm:3712-4399
/branches/1.3/scripts/employee.pl:3842-3843,4273-4287,4289-4310


Property changes on: trunk/LedgerSMB/Scripts/file.pm
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/1.3/LedgerSMB/Scripts/file.pm:3711-4391
/branches/1.3/scripts/file.pl:3711-4138
   + /branches/1.3/LedgerSMB/Scripts/file.pm:3711-4399
/branches/1.3/scripts/file.pl:3711-4138


Property changes on: trunk/LedgerSMB/Scripts/journal.pm
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/1.3/LedgerSMB/Scripts/journal.pm:4288-4391
/branches/1.3/scripts/journal.pl:3711-4328
   + /branches/1.3/LedgerSMB/Scripts/journal.pm:4288-4399
/branches/1.3/scripts/journal.pl:3711-4328


Property changes on: trunk/LedgerSMB/Scripts/login.pm
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/1.3/LedgerSMB/Scripts/login.pm:4193-4391
/branches/1.3/scripts/login.pl:3711-4192
   + /branches/1.3/LedgerSMB/Scripts/login.pm:4193-4399
/branches/1.3/scripts/login.pl:3711-4192


Property changes on: trunk/LedgerSMB/Scripts/menu.pm
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/1.3/LedgerSMB/Scripts/menu.pm:4155-4391
/branches/1.3/scripts/menu.pl:3711-4192,4273-4287
   + /branches/1.3/LedgerSMB/Scripts/menu.pm:4155-4399
/branches/1.3/scripts/menu.pl:3711-4192,4273-4287


Property changes on: trunk/LedgerSMB/Scripts/payment.pm
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/1.3/LedgerSMB/Scripts/payment.pm:4010-4391
/branches/1.3/scripts/payment.pl:3711-4310
   + /branches/1.3/LedgerSMB/Scripts/payment.pm:4010-4399
/branches/1.3/scripts/payment.pl:3711-4310


Property changes on: trunk/LedgerSMB/Scripts/recon.pm
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/1.3/LedgerSMB/Scripts/recon.pm:3711-4391
/branches/1.3/scripts/recon.pl:4194-4271,4273-4287
   + /branches/1.3/LedgerSMB/Scripts/recon.pm:3711-4399
/branches/1.3/scripts/recon.pl:4194-4271,4273-4287


Property changes on: trunk/LedgerSMB/Scripts/setup.pm
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/1.3/LedgerSMB/Scripts/setup.pm:3937-4391
/branches/1.3/scripts/setup.pl:3711-4391
   + /branches/1.3/LedgerSMB/Scripts/setup.pm:3937-4399
/branches/1.3/scripts/setup.pl:3711-4391


Property changes on: trunk/LedgerSMB/Scripts/taxform.pm
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/1.3/LedgerSMB/Scripts/taxform.pm:4193-4391
/branches/1.3/scripts/taxform.pl:3711-4192,4273-4287
   + /branches/1.3/LedgerSMB/Scripts/taxform.pm:4193-4399
/branches/1.3/scripts/taxform.pl:3711-4192,4273-4287


Property changes on: trunk/LedgerSMB/Scripts/vendor.pm
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/1.3/LedgerSMB/Scripts/vendor.pm:4288-4391
/branches/1.3/scripts/vendor.pl:4273-4287
   + /branches/1.3/LedgerSMB/Scripts/vendor.pm:4288-4399
/branches/1.3/scripts/vendor.pl:4273-4287

Modified: trunk/dists/rpm/ledgersmb.spec
===================================================================
--- trunk/dists/rpm/ledgersmb.spec	2012-03-07 10:31:21 UTC (rev 4399)
+++ trunk/dists/rpm/ledgersmb.spec	2012-03-07 10:51:59 UTC (rev 4400)
@@ -46,17 +46,11 @@
 host    all         all         127.0.0.1/32          md5
 - Restart PostgreSQL to apply changes (service postgres restart)
 
-In %{_sysconfdir}/%{name}/ledgersmb.conf set DBPassword to something
-and create the ledgersmb master user and database:
-su - postgres -c "createuser -d ledgersmb --createdb --superuser -P"
-su - postgres -c "createdb ledgersmb"
-su - postgres -c "createlang plpgsql ledgersmb"
-su - postgres -c "psql ledgersmb < %{_datadir}/%{name}/sql/Pg-central.sql"
-Bleeding edge hint: Set password to avoid bogus web prompt:
-su - postgres -c "psql ledgersmb -c \"update users_conf set password = md5('yada') where id = 1;\""
+- log in via psql, ALTER USER postgres WITH PASSWORD 'yada';
 
-Visit http://localhost/ledgersmb/admin.pl with password "yada" and create an
-application database and users.
+Visit http://localhost/ledgersmb/setup.pl with username postgres and password 
+'yada' and create an application database.  This will also walk you through 
+creating an initial admin user.
 
 Also note, this does NOT provide the LaTeX template extensions which are 
 technically optional but frequently used.  To use these you will need to install

Modified: trunk/sql/modules/LOADORDER
===================================================================
--- trunk/sql/modules/LOADORDER	2012-03-07 10:31:21 UTC (rev 4399)
+++ trunk/sql/modules/LOADORDER	2012-03-07 10:51:59 UTC (rev 4400)
@@ -1,5 +1,6 @@
 # This is a simple list of files to be loaded from sql/modules in the order
 # they shall be loaded.
+App_Module.sql
 Menu.sql
 Drafts.sql
 chart.sql


Property changes on: trunk/sql/upgrade/1.2-1.3-manual.sql
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/1.3/sql/upgrade/1.2-1.3-manual.sql:3712-4391
/branches/1.3/sql/upgrade/1.2-1.3.sql:3711-3851
/trunk/sql/upgrade/1.2-1.3.sql:858-3710
   + /branches/1.3/sql/upgrade/1.2-1.3-manual.sql:3712-4399
/branches/1.3/sql/upgrade/1.2-1.3.sql:3711-3851
/trunk/sql/upgrade/1.2-1.3.sql:858-3710

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