From 1adf27427a1b171468516bc5b9a3c516a7e4bfcb Mon Sep 17 00:00:00 2001 From: daboe01 Date: Mon, 4 Jun 2018 13:51:15 +0200 Subject: [PATCH 1/3] Fixed: The word Site changed to Application in index.html (#2723) --- Tools/capp/Resources/Templates/Application/index-debug.html | 2 +- Tools/capp/Resources/Templates/Application/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/capp/Resources/Templates/Application/index-debug.html b/Tools/capp/Resources/Templates/Application/index-debug.html index 02c62149a..a36b1d3b9 100644 --- a/Tools/capp/Resources/Templates/Application/index-debug.html +++ b/Tools/capp/Resources/Templates/Application/index-debug.html @@ -193,7 +193,7 @@
-

JavaScript is required for this site.

+

JavaScript is required for this application.

Enable JavaScript

diff --git a/Tools/capp/Resources/Templates/Application/index.html b/Tools/capp/Resources/Templates/Application/index.html index 30125b9a4..ac42c98a7 100644 --- a/Tools/capp/Resources/Templates/Application/index.html +++ b/Tools/capp/Resources/Templates/Application/index.html @@ -155,7 +155,7 @@
-

JavaScript is required for this site.

+

JavaScript is required for this application.

Enable JavaScript

From af717421102b10525ed76eed9a943c3af927dd86 Mon Sep 17 00:00:00 2001 From: daboe01 Date: Fri, 8 Jun 2018 13:57:13 +0200 Subject: [PATCH 2/3] Fixed: Update README.markdown --- README.markdown | 68 +++++++++++++++---------------------------------- 1 file changed, 20 insertions(+), 48 deletions(-) diff --git a/README.markdown b/README.markdown index 359d72593..9bf561c9d 100644 --- a/README.markdown +++ b/README.markdown @@ -3,36 +3,34 @@ Welcome to Cappuccino! ====================== +Special event +------------- +Release 1.0 is scheduled for [CappCon 2018 on September 4, 2018 at Université de Liège in Belgium](https://www.meetup.com/de-DE/CappCon/events/248886408). + Introduction ------------ Cappuccino is an open source framework that makes it easy to build desktop-caliber applications that run in a web browser. -Cappuccino is built on top of standard web technologies like JavaScript, and -it implements most of the familiar APIs from GNUstep and Apple's Cocoa -frameworks. When you program in Cappuccino, you don't need to concern yourself -with the complexities of traditional web technologies like HTML, CSS, or even -the DOM. The unpleasantries of building complex cross browser applications are -abstracted away for you. -For more information, see . Follow [@cappuccino](https://twitter.com/cappuccino) on Twitter for updates on the project. +With Cappuccino, you don't concern yourself +with HTML, CSS, or the DOM. You rather write applications with the APIs from Apple's Cocoa frameworks and the Objective-J language. + +Check out a [live demo of the widgets in Cappuccino](https://cappuccino-testbook.5apps.com/#ThemeKitchenSink) + +Check out some [live demos and tutorials](https://cappuccino-cookbook.5apps.com) + +For more information, see [the official website](http://cappuccino-project.org) and [the Github Wiki](https://github.com/cappuccino/cappuccino/wiki). + +Follow [@cappuccino](https://twitter.com/cappuccino) on Twitter for updates on the project. System Requirements ------------------- To run Cappuccino applications, all you need is a HTML5 compliant web browser. -To develop Cappuccino applications, all you need is a simple text editor and the starter package. +Our tight integration with Xcode on MacOS brings the full power of visual Cocoa development to the web. -However, Cappuccino's build system and the Xcode integration bring the eases of Cocoa development to web development. - -To build Cappuccino itself, please read below. More information is available -here: [Getting and Building the Source](http://wiki.github.com/cappuccino/cappuccino/getting-and-building-the-source>). - -If you're using Windows, you'll also need [Cygwin](http://www.cygwin.com/). - -Finally, if you want to easily stay up to date with the latest developments -and contribute your work back to the Cappuccino community, you'll want to -[install Git](http://git-scm.com/). +However, you can also work on other platforms using only a simple text editor. Getting Started --------------- @@ -42,29 +40,7 @@ To get started, download and install the current release version of Cappuccino: If you'd just like to get started using Cappuccino for your web apps, you are done. -The rest of these instructions are for building a development copy of Cappuccino. -To build Cappuccino from source, check out the most recent stable version from GitHub: - - $ git clone git://github.com/cappuccino/cappuccino.git (git) - -or download the zipball of the most recent source code: - - (zip) - -Then, simply type `jake` from within the root of the Cappuccino directory. If you -get an error like `jake: command not found`, you forgot to run the bootstrap script -as described above. - -Jake will build a "release" copy of the frameworks. Typing `jake debug` will -build a debug version. - -`jake install` will build Cappuccino and associated tools and install them for general use. - -Editors -------- -The Cappuccino TextMate Bundle: . - -The Cappuccino Xcode Plugin: . +To build Cappuccino from source, please read here: [Getting and Building the Source](). Getting Help ------------ @@ -73,14 +49,10 @@ If you need help with Cappuccino, you can get help from the following sources: - [FAQ](http://cappuccino-project.org/support/faq.html) - [Documentation](http://cappuccino-project.org/learn/) - [Wiki](http://github.com/cappuccino/cappuccino/wikis) - - Mailing Lists: - - [Objective-J](http://groups.google.com/group/objectivej) - - [Objective-J Developers](http://groups.google.com/group/objectivej-dev) - - [Gitter] (https://gitter.im/cappuccino/cappuccino) + - [Mailing list](http://groups.google.com/group/objectivej) + - [Gitter](https://gitter.im/cappuccino/cappuccino) -If you discover any bugs, please file a ticket at: - - +If you discover any bugs, please [file a ticket](http://github.com/cappuccino/cappuccino/issues) License ------- From 2ac60684fae54b25ef4aac95f7643adae5a033c5 Mon Sep 17 00:00:00 2001 From: daboe01 Date: Fri, 8 Jun 2018 14:00:25 +0200 Subject: [PATCH 3/3] Fixed: CPDateFormatter was agnostic for the German language (#2724) --- Foundation/CPDateFormatter.j | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Foundation/CPDateFormatter.j b/Foundation/CPDateFormatter.j index 65526d738..2d24155b3 100644 --- a/Foundation/CPDateFormatter.j +++ b/Foundation/CPDateFormatter.j @@ -84,7 +84,7 @@ var defaultDateFormatterBehavior = CPDateFormatterBehavior10_4, relativeDateFormating = @{ @"fr" : [@"demain", 1, @"apr" + String.fromCharCode(233) + @"s-demain", 2, @"apr" + String.fromCharCode(233) + @"s-apr" + String.fromCharCode(233) + @"s-demain", 3, @"hier", -1, @"avant-hier", -2, @"avant-avant-hier", -3], @"en" : [@"tomorrow", 1, @"yesterday", -1], - @"de" : [], + @"de" : [@"morgen", 1, @"gestern", -1, String.fromCharCode(129) + @"bermorgen", 2, @"vorgestern", -2], @"es" : [] }; @@ -559,7 +559,13 @@ var defaultDateFormatterBehavior = CPDateFormatterBehavior10_4, if ([self _isAmericanFormat]) format = @"M/d/yy"; else - format = @"dd/MM/yy"; + { + if ([_locale objectForKey:CPLocaleLanguageCode] === 'de') + format = @"dd.MM.yy"; + else + format = @"dd/MM/yy"; + + } break;