/[smecontribs]/rpms/smeserver-oats/contribs7/smeserver-oats-2.0.3-config-dates-updated.patch
ViewVC logotype

Annotation of /rpms/smeserver-oats/contribs7/smeserver-oats-2.0.3-config-dates-updated.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Sun Feb 3 16:05:28 2008 UTC (16 years, 3 months ago) by fetcher
Branch: MAIN
CVS Tags: smeserver-oats-2_0_3-7_el4_sme, smeserver-oats-2_0_3-6_el4_sme
* Sat Feb 02 2008 Craig D. Jensen <craig.d.jensen@gmail.com
- remove '-' from sv command in spec, add source path to sql
- template
- [2.0.3-5]

1 fetcher 1.1 --- smeserver-oats-2.0.3/root/opt/oats/config/defaults.php.config-dates-updated 2006-12-17 17:21:26.000000000 -0700
2     +++ smeserver-oats-2.0.3/root/opt/oats/config/defaults.php 2008-02-03 09:01:01.000000000 -0700
3     @@ -21,20 +21,34 @@
4     /* The start dates for each time period (in an array).
5     Need to be in the form mm/dd/yyyy and in chronological order */
6     $default->startdates = array (
7     - '12/31/2006',
8     - '01/14/2007',
9     - '01/28/2007',
10     - '02/11/2007',
11     - '02/25/2007',
12     - '03/11/2007',
13     - '03/25/2007',
14     - '04/08/2007',
15     - '04/22/2007',
16     - '05/06/2007',
17     - '05/20/2007',
18     - '06/03/2007',
19     - '06/17/2007',
20     - '07/01/2007',
21     + '02/03/2008',
22     + '02/17/2008',
23     + '03/02/2008',
24     + '03/16/2008',
25     + '03/30/2008',
26     + '04/13/2008',
27     + '04/27/2008',
28     + '05/11/2008',
29     + '05/25/2008',
30     + '06/08/2008',
31     + '06/22/2008',
32     + '07/06/2008',
33     + '07/20/2008',
34     + '08/03/2008',
35     + '08/17/2008',
36     + '08/31/2008',
37     + '09/14/2008',
38     + '09/28/2008',
39     + '10/12/2008',
40     + '10/26/2008',
41     + '11/09/2008',
42     + '11/23/2008',
43     + '12/07/2008',
44     + '12/21/2008',
45     + '01/04/2009',
46     + '01/18/2009',
47     + '02/01/2009',
48     + '02/15/2009',
49     );
50     $default->week_start = 'Sunday'; // Day that the week starts, must be complete day
51     $default->num_in_last = 14; /* The number of days in the last timecard period
52     @@ -82,7 +96,7 @@
53     /* Database Configuration */
54     $default->database_driver = 'mysql'; // Currently only mysql
55     $default->db_user_name = 'oats';
56     -$default->db_password = 'oatsAdmin';
57     +$default->db_password = 'pleasechangeme';
58     $default->db_name = 'oats';
59     $default->db_server_name = 'localhost';
60     // you can use the mysql_create.sql in the scripts/db/ directory to create these

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed