infodrom/rico3
12 years agoCleanup of the last commit. asp menu changed to menu.asp. Added an RTL example for...
Matt Brown [Sun, 26 Jun 2011 06:33:46 +0000 (06:33 +0000)]
Cleanup of the last commit. asp menu changed to menu.asp. Added an RTL example for .net.

git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@91 53df2df2-7ab5-4331-af62-ea79255fa4e2

12 years agoMoved rico.js to minsrc and is now part of rico_min.js. Files are now sent to the...
Matt Brown [Sun, 26 Jun 2011 06:27:43 +0000 (06:27 +0000)]
Moved rico.js to minsrc and is now part of rico_min.js. Files are now sent to the client in this order: base library (prototype, jquery, etc), rico2xxx.js (bridge file), rico_min.js. This approach sends one less file to the client.

All fixed-point css styles have been eliminated, so all widgets can zoom appropriately.

Eliminated a bug in the jquery and ext bridge files in the addclass method - existing class names can now longer be added again to a DOM object. This was causing mulitple issues with the calendar.

Localization can now be changed by the user in the .net examples.

git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@90 53df2df2-7ab5-4331-af62-ea79255fa4e2

12 years agoIn .net, changed bold, italic, underline, and wrap to TriState. Also in .net, Excel...
Matt Brown [Tue, 21 Jun 2011 16:18:02 +0000 (16:18 +0000)]
In .net, changed bold, italic, underline, and wrap to TriState. Also in .net, Excel export now hides columns the user has hidden. Fixed bug in LiveGridForms.js that prevented db updates.

git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@89 53df2df2-7ab5-4331-af62-ea79255fa4e2

12 years agoFixes to some Rico 3 .net examples. Also added 2 new .net examples. Added Dojo 1...
Matt Brown [Mon, 20 Jun 2011 03:40:24 +0000 (03:40 +0000)]
Fixes to some Rico 3 .net examples. Also added 2 new .net examples. Added Dojo 1.6 and jQuery 1.6 to the selection of base libraries.

git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@88 53df2df2-7ab5-4331-af62-ea79255fa4e2

12 years agoOther recent changes had broken the Rico calendar on IE6-8. This update fixes all...
Matt Brown [Thu, 16 Jun 2011 01:10:59 +0000 (01:10 +0000)]
Other recent changes had broken the Rico calendar on IE6-8. This update fixes all known issues.

git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@87 53df2df2-7ab5-4331-af62-ea79255fa4e2

12 years agoMajor changes to the Rico 3 server control for SimpleGrids - much improved control...
Matt Brown [Fri, 10 Jun 2011 19:48:37 +0000 (19:48 +0000)]
Major changes to the Rico 3 server control for SimpleGrids - much improved control over the way the grid exports to Excel. Also, MenuEvent for grids now defaults to none. LiveGrid panels are now ColGroups. LiveGrid now exposes its sqlCompatibilty object. MenuEvent and dbDialect are now enums in the .net server control - you can no longer assign a string to them.

git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@86 53df2df2-7ab5-4331-af62-ea79255fa4e2

12 years agoMinor cleanup of .net server control files. No code changes.
Matt Brown [Sat, 4 Jun 2011 03:56:11 +0000 (03:56 +0000)]
Minor cleanup of .net server control files. No code changes.

git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@85 53df2df2-7ab5-4331-af62-ea79255fa4e2

12 years ago.net server control is almost feature complete and functional. All .net examples...
Matt Brown [Fri, 3 Jun 2011 23:12:22 +0000 (23:12 +0000)]
.net server control is almost feature complete and functional. All .net examples have been updated and are working. Added server control source code to svn in new rico3.net branch. Use vb.net express edition 2010 to compile it.

git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@84 53df2df2-7ab5-4331-af62-ea79255fa4e2

12 years agoChanges to Rico 3 as a result of regression testing with IE6, IE7, and IE8.
Matt Brown [Mon, 23 May 2011 05:32:00 +0000 (05:32 +0000)]
Changes to Rico 3 as a result of regression testing with IE6, IE7, and IE8.

git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@83 53df2df2-7ab5-4331-af62-ea79255fa4e2

12 years agoMoved debug directive in all aspx files to rico3/web.config
Matt Brown [Wed, 18 May 2011 13:54:07 +0000 (13:54 +0000)]
Moved debug directive in all aspx files to rico3/web.config

git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@82 53df2df2-7ab5-4331-af62-ea79255fa4e2

12 years agoAdded 3grids asp & .net examples. ricoQuery.aspx removed, as all AJAX queries in...
Matt Brown [Wed, 18 May 2011 13:52:08 +0000 (13:52 +0000)]
Added 3grids asp & .net examples. ricoQuery.aspx removed, as all AJAX queries in .net model now go back to original aspx file.

git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@81 53df2df2-7ab5-4331-af62-ea79255fa4e2

12 years agoReplaced .net user controls under rico3/plugins/dotnet with a single .net server...
Matt Brown [Sat, 14 May 2011 19:21:49 +0000 (19:21 +0000)]
Replaced .net user controls under rico3/plugins/dotnet with a single .net server control under rico3/bin. This allows the rico3 directory to be set as an "application" in IIS and the .net examples will run without modification.

git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@80 53df2df2-7ab5-4331-af62-ea79255fa4e2

12 years agogit-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@79 53df2df2-7ab5-4331...
Matt Brown [Sat, 14 May 2011 19:20:26 +0000 (19:20 +0000)]
git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@79 53df2df2-7ab5-4331-af62-ea79255fa4e2

12 years agoChanged asp and dotnet examples to use css sprites instead of images. Changed dotnet...
Matt Brown [Sat, 14 May 2011 03:20:08 +0000 (03:20 +0000)]
Changed asp and dotnet examples to use css sprites instead of images. Changed dotnet examples to use new server control (which is not yet loaded into svn). Fixed bug in LiveGrid Forms where closing the edit window could leave popup controls open. Also changed the way html export works so that export_plain.html is no longer required. Eliminated support for owc export.

git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@78 53df2df2-7ab5-4331-af62-ea79255fa4e2

12 years agoMoved ricoLocale_xx files to their parent directory (ricoClient/js). Moved files...
Matt Brown [Sat, 7 May 2011 15:53:23 +0000 (15:53 +0000)]
Moved ricoLocale_xx files to their parent directory (ricoClient/js). Moved files in minsrc/baselibs to minsrc. Added Windows batch files for compressing the files in minsrc.

git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@77 53df2df2-7ab5-4331-af62-ea79255fa4e2

12 years agoConverted Rico3 icons to CSS sprites. Moved minsrc and baselibs directories out of...
Matt Brown [Sat, 7 May 2011 13:35:30 +0000 (13:35 +0000)]
Converted Rico3 icons to CSS sprites. Moved minsrc and baselibs directories out of ricoClient.

git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@76 53df2df2-7ab5-4331-af62-ea79255fa4e2

12 years agoDelete files that were moved to minsrc
Matt Brown [Sat, 30 Apr 2011 17:54:52 +0000 (17:54 +0000)]
Delete files that were moved to minsrc

git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@75 53df2df2-7ab5-4331-af62-ea79255fa4e2

12 years agoFixed Rico.Corner.round to be compatible with latest browsers/CSS3 - in both Rico2...
Matt Brown [Sat, 30 Apr 2011 17:50:12 +0000 (17:50 +0000)]
Fixed Rico.Corner.round to be compatible with latest browsers/CSS3 - in both Rico2 and Rico3

Rico3:

Eliminated Rico.loadModule. Rico must now be loaded using the minimized version. Scripts that get minimized were moved to js/minsrc.

Elimiated Rico.bind. All calls to Rico.bind were replaced with closures. This eliminates any potential conflict with Ecmascript 5's bind.

Fixes to calendar to make it work better with jQuery themes.

Rico.Shadow changed to a pure CSS solution. Shadow images removed.

LoadRicoClient.asp made generic and moved to plugins directory.

git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@74 53df2df2-7ab5-4331-af62-ea79255fa4e2

12 years agoFinished changes to Rico 2.3. Upgraded Rico 2.3 to prototype 1.7. Rico 2.3 should...
Matt Brown [Thu, 21 Apr 2011 19:39:20 +0000 (19:39 +0000)]
Finished changes to Rico 2.3. Upgraded Rico 2.3 to prototype 1.7. Rico 2.3 should now be fully compatible with IE9.

Still working on Rico 3.0b2

git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@73 53df2df2-7ab5-4331-af62-ea79255fa4e2

13 years agoUpdated Rico2 and Rico3 with fixes for IE9. Updated Rico2 version to 2.3. Updated...
Matt Brown [Wed, 20 Apr 2011 04:03:44 +0000 (04:03 +0000)]
Updated Rico2 and Rico3 with fixes for IE9. Updated Rico2 version to 2.3. Updated Rico3 version to 3.0b2. Moved striping files in Rico3 to css directory.

Still need to update min.rico.js in Rico2.

git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@72 53df2df2-7ab5-4331-af62-ea79255fa4e2

13 years agoresolving svn conflicts
Matt Brown [Thu, 10 Feb 2011 18:48:20 +0000 (18:48 +0000)]
resolving svn conflicts

git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@71 53df2df2-7ab5-4331-af62-ea79255fa4e2

13 years agoresolving svn conflicts
Matt Brown [Thu, 10 Feb 2011 18:47:55 +0000 (18:47 +0000)]
resolving svn conflicts

git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@70 53df2df2-7ab5-4331-af62-ea79255fa4e2

13 years agoglow.core.js renamed to include version
Matt Brown [Thu, 10 Feb 2011 18:16:59 +0000 (18:16 +0000)]
glow.core.js renamed to include version

git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@69 53df2df2-7ab5-4331-af62-ea79255fa4e2

13 years agoMost base libraries now loaded from googleapis. Changes to the way LiveGridForms...
Matt Brown [Thu, 10 Feb 2011 17:29:26 +0000 (17:29 +0000)]
Most base libraries now loaded from googleapis. Changes to the way LiveGridForms handles read-only fields. Removed google ads. Tweaks to Rico styles.

git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@68 53df2df2-7ab5-4331-af62-ea79255fa4e2

14 years agoLoading rico1 and rico3 files
Matt Brown [Wed, 31 Mar 2010 02:59:32 +0000 (02:59 +0000)]
Loading rico1 and rico3 files

git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@67 53df2df2-7ab5-4331-af62-ea79255fa4e2

14 years agoCreating subfolders for Rico1, Rico2, and Rico3
Matt Brown [Wed, 31 Mar 2010 02:08:39 +0000 (02:08 +0000)]
Creating subfolders for Rico1, Rico2, and Rico3

git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@65 53df2df2-7ab5-4331-af62-ea79255fa4e2