Last 30 days
-
UNL_UCBCN_Manager
(UNL_UCBCN_Manager the management/publishing interface.) Wiki page edited by brett.bieber
- Revision r1144
Add detailed info on the new calendar creation process.
Revision r1144
Add detailed info on the new calendar creation process.
-
r1143
(Remove unnecessary footer styling on login page.) committed by brett.bieber
- Remove unnecessary footer styling on login page.
Remove unnecessary footer styling on login page.
-
r1142
(Update UNL/default template for manager to 2009 UNL template...) committed by brett.bieber
- Update UNL/default template for manager to 2009 UNL templates.
Update UNL/default template for manager to 2009 UNL templates.
Earlier this year
-
r1141
(Just some basics. Nothing working yet.) committed by brett.bieber
- Just some basics. Nothing working yet.
Just some basics. Nothing working yet.
-
r1140
(Add a sandbox for some caldav testing) committed by brett.bieber
- Add a sandbox for some caldav testing
Add a sandbox for some caldav testing
-
r1139
(Remove incorrect mime type properties.) committed by brett.bieber
- Remove incorrect mime type properties.
Remove incorrect mime type properties.
-
r1138
(Add missing constructors so the manager works with PHP 5.3.0...) committed by brett.bieber
- Add missing constructors so the manager works with PHP 5.3.0. Fix notice on undefined var
->consider;
Add missing constructors so the manager works with PHP 5.3.0. Fix notice on undefined var
->consider;
-
r1137
(Add missing constructors so the manager works with PHP 5.3.0...) committed by brett.bieber
- Add missing constructors so the manager works with PHP 5.3.0. Fix notice on undefined var
->consider;
Add missing constructors so the manager works with PHP 5.3.0. Fix notice on undefined var
->consider;
-
r1136
(encode the refreshment info in xml) committed by brett.bieber
- encode the refreshment info in xml
encode the refreshment info in xml
-
UNL_UCBCN_Frontend
(UNL_UCBCN_Frontend - The web based public view of the event ...) Wiki page edited by brett.bieber
- Revision r1135
Add missing regular expression match causing {shortname}/{year}/{month}/{day} to be rewritten to
{shortname}/{year}/{day}/
Revision r1135
Add missing regular expression match causing {shortname}/{year}/{month}/{day} to be rewritten to
{shortname}/{year}/{day}/
-
r1134
(Fix autoload for subform class, HTML_QuickForm_SubForm is di...) committed by brett.bieber
- Fix autoload for subform class, HTML_QuickForm_SubForm is distributed with Formbuilder.
Fix autoload for subform class, HTML_QuickForm_SubForm is distributed with Formbuilder.
-
r1133
(Add a newline and <br /> to the messages when no UI is set s...) committed by brett.bieber
- Add a newline and <br /> to the messages when no UI is set so it's a little more readable if you
execute the setup scripts directly.
Add a newline and <br /> to the messages when no UI is set so it's a little more readable if you
execute the setup scripts directly.
-
r1132
(turn display_errors off, remove global for unl templates pat...) committed by brett.bieber
- turn display_errors off, remove global for unl templates path in index.php file, we can set a
default in the UNL Frontend.tpl.php file.
turn display_errors off, remove global for unl templates path in index.php file, we can set a
default in the UNL Frontend.tpl.php file.
-
r1131
(Remove unneeded navigation include statement.) committed by brett.bieber
- Remove unneeded navigation include statement.
Remove unneeded navigation include statement.
-
r1130
(Correct placement of caption on month view. Fix link colors.) committed by brett.bieber
- Correct placement of caption on month view. Fix link colors.
Correct placement of caption on month view. Fix link colors.
-
r1129
(Disable default UNL navigation handling as this page doesn't...) committed by brett.bieber
- Disable default UNL navigation handling as this page doesn't have sublinks
Disable default UNL navigation handling as this page doesn't have sublinks
-
r1128
(Upgrade UNL template to 2009 design.) committed by brett.bieber
- Upgrade UNL template to 2009 design.
Upgrade UNL template to 2009 design.
-
r1127
(Inline documentation cleanup.) committed by brett.bieber
- Inline documentation cleanup.
Inline documentation cleanup.
-
r1126
(Include events on their start date when generating a listing...) committed by brett.bieber
- Include events on their start date when generating a listing when no calendar is specified.
Include events on their start date when generating a listing when no calendar is specified.
-
r1125
(Issue 21: Add cross-site origin resource sharing (CORS) supp...) committed by brett.bieber
- Issue 21: Add cross-site origin resource sharing (CORS) support. Exit quickly if the request method
is OPTIONS.
Issue 21: Add cross-site origin resource sharing (CORS) support. Exit quickly if the request method
is OPTIONS.
-
r1124
(Use savant's internal assign method, and use instanceof as i...) committed by brett.bieber
- Use savant's internal assign method, and use instanceof as it is an order of magnitude faster.
Use savant's internal assign method, and use instanceof as it is an order of magnitude faster.
-
r1123
(Document changes in 0.9.0. Add vanilla template, use it as t...) committed by brett.bieber
- Document changes in 0.9.0. Add vanilla template, use it as the default. Sample index.php file now
has sample hard-coded array for authentication, default to admin username. Add note about upgrading.
Users should add the autoloader to their index.php file.
Document changes in 0.9.0. Add vanilla template, use it as the default. Sample index.php file now
has sample hard-coded array for authentication, default to admin username. Add note about upgrading.
Users should add the autoloader to their index.php file.
-
r1122
(Package up 0.8.1 with details for forms used in the manager,...) committed by brett.bieber
- Package up 0.8.1 with details for forms used in the manager, until the rewrite is complete. Release
0.8.1
Package up 0.8.1 with details for forms used in the manager, until the rewrite is complete. Release
0.8.1
-
r1121
(Add missing files. Everything should be there now.) committed by brett.bieber
- Add missing files. Everything should be there now.
Add missing files. Everything should be there now.
-
r1120
(Revert replaces done in r1092.) committed by dianoga7
- Revert replaces done in r1092.
Revert replaces done in r1092.
-
r1119
(Didn't want to revert in the branch...reverting the reversio...) committed by dianoga7
- Didn't want to revert in the branch...reverting the reversion
Didn't want to revert in the branch...reverting the reversion
-
r1118
(Revert replaces done in r1092.) committed by dianoga7
- Revert replaces done in r1092.
Revert replaces done in r1092.
-
-
-
-
r1117
(Get the install script working again. Allow the data directo...) committed by brett.bieber
- Get the install script working again. Allow the data directory to be set externally. Use fopen to
see if the file exists and is readable, this allows us to grab the database definition from trunk
since svn:externals only works on directories and not files. Minor formatting fixes. Everything
should be good to go now!
Get the install script working again. Allow the data directory to be set externally. Use fopen to
see if the file exists and is readable, this allows us to grab the database definition from trunk
since svn:externals only works on directories and not files. Minor formatting fixes. Everything
should be good to go now!
-
r1116
(Get the install script working again. Allow the data directo...) committed by brett.bieber
- Get the install script working again. Allow the data directory to be set externally. Use fopen to
see if the file exists and is readable, this allows us to grab the database definition from trunk
since svn:externals only works on directories and not files. Minor formatting fixes. Everything
should be good to go now!
Get the install script working again. Allow the data directory to be set externally. Use fopen to
see if the file exists and is readable, this allows us to grab the database definition from trunk
since svn:externals only works on directories and not files. Minor formatting fixes. Everything
should be good to go now!
-
r1115
(remove remnants of the old UNL includes) committed by brett.bieber
- remove remnants of the old UNL includes
remove remnants of the old UNL includes
-
r1114
(remove remnants of the old UNL includes) committed by brett.bieber
- remove remnants of the old UNL includes
remove remnants of the old UNL includes
-
r1113
(remove remnants of the old UNL includes) committed by brett.bieber
- remove remnants of the old UNL includes
remove remnants of the old UNL includes
-
r1112
(Completely rearrange includes. Use externals to pull in the ...) committed by brett.bieber
- Completely rearrange includes. Use externals to pull in the UNL packages, all the pear packages are
in includes/pear
Completely rearrange includes. Use externals to pull in the UNL packages, all the pear packages are
in includes/pear
-
-
r1110
(Remove copied templates, we'll bring those in via svn:extern...) committed by brett.bieber
- Remove copied templates, we'll bring those in via svn:externals
Remove copied templates, we'll bring those in via svn:externals
-
r1109
(Remove copied templates, we'll bring those in via svn:extern...) committed by brett.bieber
- Remove copied templates, we'll bring those in via svn:externals
Remove copied templates, we'll bring those in via svn:externals
-
r1108
(Remove copied templates, we'll bring those in via svn:extern...) committed by brett.bieber
- Remove copied templates, we'll bring those in via svn:externals
Remove copied templates, we'll bring those in via svn:externals
-
r1107
(Remove copied templates, we'll bring those in via svn:extern...) committed by brett.bieber
- Remove copied templates, we'll bring those in via svn:externals
Remove copied templates, we'll bring those in via svn:externals
-
r1106
(Use new path to the autoloader, align the vars int he manage...) committed by brett.bieber
- Use new path to the autoloader, align the vars int he manager index file.
Use new path to the autoloader, align the vars int he manager index file.
-
-
-
-
-
-
-
-
|