Google Code Exporter

Results 11117 issues of Google Code Exporter

``` Moved from here: http://code.google.com/p/pharo/issues/detail?id=4930 I have a slice with changes but the problem is that this function in a Firebug console won't run: function (){ var a = 1;...

auto-migrated
Type-Defect
Priority-Low

``` JSObject>>#assignTo: & JSObject>>#assignLocalTo: naming confuses me I propose: #assignTo: could become #assignToVarNamed: #assignLocalTo: could become #assignToLocalVarNamed: ``` Original issue reported on code.google.com by `[email protected]` on 26 Sep 2011 at...

auto-migrated
Priority-Low
Type-CleanUp

``` The Seaside FAQ is horribly out of date. Just check "How do I reset the Seaside administrator password?" http://www.seaside.st/documentation/faq/how-to#49968193 ``` Original issue reported on code.google.com by `[email protected]` on 13...

auto-migrated
Priority-Low
Type-CleanUp
Documentation

``` It would be nice if the had support for do-not-track. Possible values for the DNT header are: "1" ("opt out") or "0" ("opt in") Which result in the following...

auto-migrated
Type-Feature
Priority-Low
BiteSize

``` I've written this primarily with JQuery libraries in mind, though hopefully the concept would be flexible enough to support other library sets. 1) Ideally components would be able to...

Priority-Medium
auto-migrated
Type-Feature

``` In my own app I currently implement a method such as: isIPad: userAgentString ^ userAgentString includesSubString: 'iPad' isIOSDevice: userAgentString ^ (self isIPad: userAgentString) or: [self isIPhone: userAgentString] isPhoneBrowser: userAgentString...

auto-migrated
Type-Feature
Priority-Low
Sprint

``` Hi Folks.. I Implemented de Attachments Funcionality in the WAEMailMessage. May be this will be usefull.. pay attencion in the GRPlatform im only implement mimeEncode for Pharo.. Best. PD:...

Priority-Medium
auto-migrated
Type-Feature

``` Now that we have XSendfile a little documentation on how to use it would be nice. ``` Original issue reported on code.google.com by `[email protected]` on 5 Feb 2011 at...

auto-migrated
Priority-Low
Documentation

``` Dale Henrichs wrote: VW doesn't implement globals in Smalltalk and GLASS didn't (until I added it) so yes something should be done there. If you go with #globalAt:, it...

Priority-Medium
auto-migrated
Type-CleanUp
Grease

``` It would be nice to have an Update button in the OneClick image that updates Seaside. Either through downloading and executing the scripts from github or our "built-in" GRPackage/Monticello...

auto-migrated
Type-Feature
Priority-Low
OneClick