Welcome Zotonic 0.9.0, released on December 17, 2012. These notes list the most important changes for this new feature release.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ok = espotify_api:start(self(), "/tmp/espotify_nif", "/tmp/espotify_nif", | |
"user", "password"), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/escript | |
%% -*- mode: erlang -*- | |
main(Files) -> | |
NumWorkers = 3, | |
Parent = self(), | |
Workers = [spawn_link(fun() -> worker(Parent) end) || _ <- lists:seq(1, NumWorkers)], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ahmed Al-Saadi (1): | |
* Removed websocket response header to conform to the latest proposed websocket protocol standard (see http://tools.ietf.org/html/rfc6455#section-4.2.2, December 2011) | |
Alain O'Dea (2): | |
* installmodule: Halt on failure to clone Fixes #404 | |
* installmodule: Halt on failure to clone | |
Andreas Stenius (142): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Make each module and each site an Erlang (library) app. | |
This means that each module should be structured like this: | |
├── dispatch | |
├── ebin | |
├── lib | |
│ ├── css | |
│ ├── images | |
├── src | |
│ ├── actions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Andreas Stenius (21): | |
* doc: renamed sidebar template to be more generic. | |
* doc: add links to other versions of the docs. | |
* doc: rename link to 0.9 | |
* doc: fix version links. | |
* doc: removed a tag from the version being browsed. | |
* doc: update frontend-growl cookbook entry. | |
* zotonic-tpl-mode: fix for indenting consequtive closing template tags. | |
* zotonic-tpl-mode: bind C-M-\ to zotonic-tpl-indent-buffer. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%% Given 0-based column number return the Excel column name as list. | |
column(N) -> | |
column(N, []). | |
column(N, Acc) when N < 26 -> | |
[(N)+$A | Acc]; | |
column(N, Acc) -> | |
column(N div 26-1, [(N rem 26)+$A|Acc]). | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
from glob import glob | |
import re | |
def backend(path): | |
return path.split('/')[3].replace('-', '_').replace('.', '_') | |
def site(path): | |
return path.split('/')[7] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package nu.reckon.app.tasks; | |
import nu.reckon.api.Client; | |
import nu.reckon.api.v5.Photo; | |
import nu.reckon.app.PhotoCache; | |
import nu.reckon.app.ReckonApi; | |
import nu.reckon.app.ui.ActivityIndicator; | |
import android.os.AsyncTask; | |
import android.support.v4.app.FragmentActivity; | |
import android.util.Log; |
I hereby claim:
- I am arjan on github.
- I am arjan (https://keybase.io/arjan) on keybase.
- I have a public key whose fingerprint is 4952 8675 9F55 E55A E0AB 5B23 8A01 3801 B7E5 61EA
To claim this, I am signing this object: