Google Code Exporter
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;...
``` 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...
``` 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...
``` 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...
``` 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...
``` 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...
``` 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:...
``` 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...
``` 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...
``` 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...