repo string | commit string | message string | diff string |
|---|---|---|---|
valaravena/Glo | 95adda8e70d10827357e6212256180258281a52d | Adding Schema | diff --git a/app/config/schema/schema.php b/app/config/schema/schema.php
index cf73222..011401d 100644
--- a/app/config/schema/schema.php
+++ b/app/config/schema/schema.php
@@ -1,118 +1,133 @@
<?php
/* SVN FILE: $Id$ */
-/* App schema generated on: 2010-08-23 17:08:55 : 1282597675*/
+/* App schema generated on: 2010... |
valaravena/Glo | afc799604d7ddc32a5dad8dd006679f325826ee0 | Adding Update to Map and options | diff --git a/app/views/users/index.ctp b/app/views/users/index.ctp
index 3b06435..74d2045 100644
--- a/app/views/users/index.ctp
+++ b/app/views/users/index.ctp
@@ -1,145 +1,144 @@
<?php
echo $javascript->link("http://www.google.com/jsapi");
echo $javascript->codeBlock("google.load('maps', '3', {other_params:'sen... |
valaravena/Glo | 8341998fb83c2d41db9df75aca5d07a9271a99ca | Adding Update to Map and options | diff --git a/app/plugins/simple_geo/controllers/simple_geo_controller.php b/app/plugins/simple_geo/controllers/simple_geo_controller.php
index b72301c..6bd5c92 100644
--- a/app/plugins/simple_geo/controllers/simple_geo_controller.php
+++ b/app/plugins/simple_geo/controllers/simple_geo_controller.php
@@ -1,50 +1,50 @@
... |
valaravena/Glo | 90dfaa06f240baa9261946cac6871364313a8d45 | Adding update | diff --git a/app/controllers/users_controller.php b/app/controllers/users_controller.php
index f628aa6..f821a8c 100644
--- a/app/controllers/users_controller.php
+++ b/app/controllers/users_controller.php
@@ -1,306 +1,307 @@
<?php
class UsersController extends AppController {
var $name = 'Users';
... |
valaravena/Glo | 377120c0c9ed1fcfa88925191e9d35a58ac3f8bd | Adding update | diff --git a/app/views/users/index.ctp b/app/views/users/index.ctp
index 3c2ce60..bd0ab04 100644
--- a/app/views/users/index.ctp
+++ b/app/views/users/index.ctp
@@ -1,142 +1,145 @@
<?php
echo $javascript->link("http://www.google.com/jsapi");
echo $javascript->codeBlock("google.load('maps', '3', {other_params:'sen... |
valaravena/Glo | e2eb82422972f74ca20594c744ef2f412aef39c9 | Adding update | diff --git a/app/views/users/index.ctp b/app/views/users/index.ctp
index b57d69b..3c2ce60 100644
--- a/app/views/users/index.ctp
+++ b/app/views/users/index.ctp
@@ -1,143 +1,142 @@
<?php
echo $javascript->link("http://www.google.com/jsapi");
echo $javascript->codeBlock("google.load('maps', '3', {other_params:'sen... |
valaravena/Glo | 57eeda0b3832c5b51d8168bf48f1c292ec8f1e06 | Adding images, and maps info | diff --git a/app/config/schema/glow.sqlite b/app/config/schema/glow.sqlite
index 628738b..3d72a53 100644
Binary files a/app/config/schema/glow.sqlite and b/app/config/schema/glow.sqlite differ
diff --git a/app/controllers/accounts_controller.php b/app/controllers/accounts_controller.php
index 69860df..84de92c 100644
--... |
valaravena/Glo | 7bac3106397bc7e6b2ccecc49a6f7a72cc5e2f68 | Adding update | diff --git a/app/webroot/img/profile/140/empty b/app/webroot/img/profile/140/empty
new file mode 100644
index 0000000..e69de29
diff --git a/app/webroot/img/profile/empty b/app/webroot/img/profile/empty
new file mode 100644
index 0000000..e69de29
|
valaravena/Glo | e6c67b9183dc300dba627ee0dd7e397e12506563 | Adding update | diff --git a/app/models/account.php b/app/models/account.php
index b3b5263..0852fae 100644
--- a/app/models/account.php
+++ b/app/models/account.php
@@ -1,82 +1,82 @@
<?php
class Account extends AppModel {
var $name = 'Account';
var $displayField = 'account_type_id';
//The Associations below have been created w... |
valaravena/Glo | bfe906cf2257b27fad5d677d95679c72d36d02d5 | Adding update | diff --git a/app/app_controller.php b/app/app_controller.php
index 428433b..7a5d926 100644
--- a/app/app_controller.php
+++ b/app/app_controller.php
@@ -1,454 +1,459 @@
<?php
class AppController extends Controller {
var $helpers = array('Html', 'Form', 'Time', 'Number', 'Javascript', 'Cache', 'Text', 'Se... |
valaravena/Glo | 4a3b91e4b91e1294f0f536d57c8c1764e4a2cefa | Adding Update | diff --git a/app/config/core.php b/app/config/core.php
index 4e6ebbe..ad8877d 100644
--- a/app/config/core.php
+++ b/app/config/core.php
@@ -1,302 +1,302 @@
<?php
/**
* This is core configuration file.
*
* Use it to configure core behavior of Cake.
*
* PHP versions 4 and 5
*
* CakePHP(tm) : Rapid Develo... |
valaravena/Glo | b96443d76e8b9c6bff225bc319a7b92ff27f099d | Adding Schema to Plugin Simple Geo | diff --git a/app/plugins/simple_geo/config/schema/schema.php b/app/plugins/simple_geo/config/schema/schema.php
new file mode 100644
index 0000000..9d8201b
--- /dev/null
+++ b/app/plugins/simple_geo/config/schema/schema.php
@@ -0,0 +1,58 @@
+<?php
+/* SVN FILE: $Id$ */
+/* App schema generated on: 2010-09-01 17:09:45 :... |
valaravena/Glo | fa42518a3558ee3feaac85072b3692e53d26adae | Adding update | diff --git a/app/app_controller.php b/app/app_controller.php
index 14346be..9a30f52 100644
--- a/app/app_controller.php
+++ b/app/app_controller.php
@@ -1,448 +1,451 @@
<?php
class AppController extends Controller {
var $helpers = array('Html', 'Form', 'Time', 'Number', 'Javascript', 'Cache', 'Text', 'Se... |
valaravena/Glo | 70e773929cf81408af3b0c4cd24d34b54e176b09 | Adding SQL Database | diff --git a/app/config/schema/glow.sqlite b/app/config/schema/glow.sqlite
index 1ad0138..9fe823b 100644
Binary files a/app/config/schema/glow.sqlite and b/app/config/schema/glow.sqlite differ
|
valaravena/Glo | 856f1f261e8231e2884b33e02f1eb0293a6bc7df | Allowing empty for IP Address | diff --git a/app/models/user.php b/app/models/user.php
index 7f2d62d..7ae22cf 100644
--- a/app/models/user.php
+++ b/app/models/user.php
@@ -1,319 +1,320 @@
<?php
class User extends AppModel {
var $name = 'User';
var $order = 'name ASC';
var $actsAs = array('Containable', 'Acl.Acl' => 'requester... |
valaravena/Glo | 6330771cf31f4538128407b8c195bc11b12de0b5 | Adding Update to user; allowing for IP address to be specified | diff --git a/app/config/schema/glow.sqlite b/app/config/schema/glow.sqlite
index 6e7f2fe..1ad0138 100644
Binary files a/app/config/schema/glow.sqlite and b/app/config/schema/glow.sqlite differ
diff --git a/app/models/user.php b/app/models/user.php
index 197caba..7f2d62d 100644
--- a/app/models/user.php
+++ b/app/models... |
valaravena/Glo | 29843d2b978bd1054faa6e315f73da3308465fcc | Making changes to .gitignore and app_controller | diff --git a/.gitignore b/.gitignore
index 1de3861..05450a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,9 @@
/cakephp
/app/config/*.yml
-/app/tmp/cache/*.*
-/app/tmp/cache/persistent/cake_*
-/app/tmp/cache/models/cake_*
-/app/tmp/cache/views/cake_*
+/app/tmp/cache/**/cake_*
/app/tmp/logs/*.log
/app/web... |
valaravena/Glo | 694b0fb18510947761cc31742428d0f7e7bae92d | Adding SqliteDb | diff --git a/.gitignore b/.gitignore
index 9d2f7bc..1de3861 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,12 @@
/cakephp
/app/config/*.yml
/app/tmp/cache/*.*
/app/tmp/cache/persistent/cake_*
/app/tmp/cache/models/cake_*
/app/tmp/cache/views/cake_*
/app/tmp/logs/*.log
/app/webroot/files/**/*.*
/app... |
valaravena/Glo | 3b93b0accac71546bf3163bfcded933f4ac7fd8a | Ading Update to Glow Project | diff --git a/.gitignore b/.gitignore
index 199ce3a..9d2f7bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,13 @@
/cakephp
/app/config/*.yml
+/app/tmp/cache/*.*
/app/tmp/cache/persistent/cake_*
/app/tmp/cache/models/cake_*
/app/tmp/cache/views/cake_*
/app/tmp/logs/*.log
/app/webroot/files/**/*.*
/app... |
valaravena/Glo | d29b48b0073f884119c2c0adb17e284e4a13dbd3 | Adding Update to Glow | diff --git a/app/controllers/accounts_controller.php b/app/controllers/accounts_controller.php
new file mode 100644
index 0000000..257230e
--- /dev/null
+++ b/app/controllers/accounts_controller.php
@@ -0,0 +1,150 @@
+<?php
+class AccountsController extends AppController {
+
+ var $name = 'Accounts';
+
+ function index... |
valaravena/Glo | d3c1880f6c1545a373d8eb3ff48a90d2c61a5484 | Adding .gitignore | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b3bb2fe
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+/cakephp
+
+/app/config/*.yml
+/app/tmp/cache/persistent/cake_*
+/app/tmp/cache/models/cake_*
+/app/tmp/cache/views/cake_*
+/app/tmp/logs/*.log
+
+/app/webroot/files/**/*.*
+
+/app/config/co... |
valaravena/Glo | d3665628d666617e42a6dc9854e66138cfd1f932 | Adding CakePHP Submodule | diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..007e7d2
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "cakephp"]
+ path = cakephp
+ url = git://github.com/cakephp/cakephp1x.git
diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..0ed8662
--- /dev/null
+++ b/.ht... |
srid/debris | bc437d2fbd082f7623de75009ab890e1a60efab9 | Pygments support; fix html double escape | diff --git a/3rdparty/pygments-1.0.zip b/3rdparty/pygments-1.0.zip
new file mode 100644
index 0000000..8dfdf9a
Binary files /dev/null and b/3rdparty/pygments-1.0.zip differ
diff --git a/debris/html.py b/debris/html.py
index 54b0f0c..f316535 100644
--- a/debris/html.py
+++ b/debris/html.py
@@ -1,93 +1,93 @@
# Functions... |
srid/debris | 9f099b3d8e7b0f71a38b56c911e25c2606236e7b | include link to user page | diff --git a/templates/srid/part-blikipage.html b/templates/srid/part-blikipage.html
index 8c59a89..a9f2a35 100644
--- a/templates/srid/part-blikipage.html
+++ b/templates/srid/part-blikipage.html
@@ -1,15 +1,16 @@
{% extends "part-page.html" %}
{% block extra %}
- <b>Created</b> on {{ page.created_date|date:"d M ... |
srid/debris | cd882294417c06003e51a14bfdea200ddfd115b9 | add projects and twitter to menu | diff --git a/templates/srid/base.html b/templates/srid/base.html
index 816abc8..d8947ce 100644
--- a/templates/srid/base.html
+++ b/templates/srid/base.html
@@ -1,51 +1,53 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
<meta name="author" content="{{ site_author }}" />
<link ... |
srid/debris | f6767919032e3bccec82bca766b8507ac47ef007 | use unique rss url lest be embarrased by old stupid posts from google reader cache | diff --git a/templates/srid/base.html b/templates/srid/base.html
index e006a76..816abc8 100644
--- a/templates/srid/base.html
+++ b/templates/srid/base.html
@@ -1,51 +1,51 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
<meta name="author" content="{{ site_author }}" />
<link ... |
srid/debris | 73ef90cd79f3469bb121511a6a7c031a16dcfd81 | support for disqus.com comments | diff --git a/debris/html.py b/debris/html.py
index eea4f20..54b0f0c 100644
--- a/debris/html.py
+++ b/debris/html.py
@@ -1,92 +1,93 @@
# Functions related to HTML
import os
import cgi
from docutils import core
from google.appengine.ext.webapp import template as gae_template
from google.appengine.api im... |
srid/debris | 2df2dd7dab871aa6084a03500c595338202ffb82 | add/remove TODO | diff --git a/README.rst b/README.rst
index ecd4919..4cb05ef 100644
--- a/README.rst
+++ b/README.rst
@@ -1,15 +1,14 @@
**debris** is a simple bliki_ for personal purposes.
As of now, the bliki is pretty simple - you create/edit pages that can have
created date and tag meta data. You can list pages by tag.
**Nic... |
srid/debris | dfc0d77bc88acf1bf578dc28a974209375163ddf | draft support | diff --git a/debris/rss.py b/debris/rss.py
index a42cfff..441bc86 100644
--- a/debris/rss.py
+++ b/debris/rss.py
@@ -1,38 +1,37 @@
# Manage creation of site RSS
from PyRSS2Gen import RSS2, RSSItem, Guid
import meta
from debris.html import site_url, rst2html
from debris.page import BlikiPage
from debris.util... |
srid/debris | 55e111470fb5b12083d51d06f0fa70e453853df2 | implement 404 error for broken links - i don't care about /admin/ broken links though | diff --git a/debris/html.py b/debris/html.py
index e3e3957..eea4f20 100644
--- a/debris/html.py
+++ b/debris/html.py
@@ -1,88 +1,92 @@
# Functions related to HTML
import os
import cgi
from docutils import core
from google.appengine.ext.webapp import template as gae_template
from google.appengine.api im... |
srid/debris | ca5e1e094772b359a413a81d797f2e9bac4c7654 | license under WTFPL | diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..2978491
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,14 @@
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+ Version 2, December 2004
+
+ Copyright (C) 2004 Sam Hocevar
+ 14 rue de Plaisance, 75014 Paris, France
+ Everyone is perm... |
srid/debris | c3fabc4fcd0315f2fa538569e5b3a5d813469727 | meta author tag | diff --git a/debris/html.py b/debris/html.py
index ac22e7a..faa814b 100644
--- a/debris/html.py
+++ b/debris/html.py
@@ -1,86 +1,87 @@
# Functions related to HTML
import os
import cgi
from docutils import core
from google.appengine.ext.webapp import template as gae_template
from google.appengine.api im... |
srid/debris | 2be0c831950ac6edf3f97be59d4c38acee552f42 | removing the site warning -- ready for production? look! http://srid.nearfar.org/ | diff --git a/debris/html.py b/debris/html.py
index 541a3f2..ac22e7a 100644
--- a/debris/html.py
+++ b/debris/html.py
@@ -1,93 +1,86 @@
# Functions related to HTML
import os
import cgi
from docutils import core
from google.appengine.ext.webapp import template as gae_template
from google.appengine.api im... |
srid/debris | ad42d90735a3437d96190174fa8cfb662d62420e | accesskeys - now use 'e' for edit; 's' for save. in firefox, use shift+alt | diff --git a/index.yaml b/index.yaml
index 01871ac..e4e24ee 100644
--- a/index.yaml
+++ b/index.yaml
@@ -1,44 +1,44 @@
indexes:
# AUTOGENERATED
# This index.yaml is automatically updated whenever the dev_appserver
# detects that a new type of query is run. If you want to manage the
# index.yaml file manually,... |
srid/debris | 2d2ac5de48d10eaaa3322ca525eb998ab4c765cc | set initial header level in reStructuredText to h3 | diff --git a/debris/html.py b/debris/html.py
index 74dbda8..541a3f2 100644
--- a/debris/html.py
+++ b/debris/html.py
@@ -1,92 +1,93 @@
# Functions related to HTML
import os
import cgi
from docutils import core
from google.appengine.ext.webapp import template as gae_template
from google.appengine.api im... |
srid/debris | 0e46043d4fd9f7f3413f76ff669653348c1b1a00 | switching back to emacs and converting all the TABs to SPACEs | diff --git a/README.rst b/README.rst
index f332571..ecd4919 100644
--- a/README.rst
+++ b/README.rst
@@ -1,16 +1,15 @@
**debris** is a simple bliki_ for personal purposes.
As of now, the bliki is pretty simple - you create/edit pages that can have
created date and tag meta data. You can list pages by tag.
**Nic... |
srid/debris | b3242323105032748019eff276468d3b4217f667 | refactor: distribute code in debris/__init__.py to debris/foo.py where foo is the feature of the code | diff --git a/debris/__init__.py b/debris/__init__.py
index 0e6801e..8b13789 100644
--- a/debris/__init__.py
+++ b/debris/__init__.py
@@ -1,138 +1 @@
-# I keep utility and wrapper code here
-# So simply do `from debris import foo' to use the feature `foo'
-import os
-import cgi
-import sys
-import re
-from contextlib ... |
srid/debris | d5b642326a3665931f22c663e7bbcf7452478128 | fix magic title strings | diff --git a/debris/__init__.py b/debris/__init__.py
index f45f410..0e6801e 100644
--- a/debris/__init__.py
+++ b/debris/__init__.py
@@ -1,135 +1,138 @@
# I keep utility and wrapper code here
# So simply do `from debris import foo' to use the feature `foo'
import os
import cgi
import sys
import re
from context... |
srid/debris | de4c305b6a8c746232a42623efc04539775ca2c8 | messaging system in templates | diff --git a/debris/__init__.py b/debris/__init__.py
index 2c0e291..f45f410 100644
--- a/debris/__init__.py
+++ b/debris/__init__.py
@@ -1,124 +1,135 @@
# I keep utility and wrapper code here
# So simply do `from debris import foo' to use the feature `foo'
import os
import cgi
import sys
import re
from context... |
srid/debris | 86371f1da77c0078a9f52e7fa40f6dfc94974adb | fix RSS links | diff --git a/debris/__init__.py b/debris/__init__.py
index 6727297..2c0e291 100644
--- a/debris/__init__.py
+++ b/debris/__init__.py
@@ -1,119 +1,124 @@
# I keep utility and wrapper code here
# So simply do `from debris import foo' to use the feature `foo'
import os
import cgi
import sys
import re
from context... |
srid/debris | 39a261377e3dfaa11d9ff7c940a1c7f3e4cff784 | remove the explicit blog concept | diff --git a/README.rst b/README.rst
index 57d7423..f332571 100644
--- a/README.rst
+++ b/README.rst
@@ -1,17 +1,16 @@
**debris** is a simple bliki_ for personal purposes.
-I might drop this project and start a new one where you store pages in
-git repository itself albeit with a datastore based cache to perform
-GQ... |
srid/debris | a4968ccfe3e87e0c4907f3c2da634e9e7f521b92 | debris might be dropped; see README.rst for details | diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..57d7423
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,17 @@
+**debris** is a simple bliki_ for personal purposes.
+
+I might drop this project and start a new one where you store pages in
+git repository itself albeit with a datastore based cache to p... |
srid/debris | 3445e3119641892fd21a5a661d3e0e52c8c2208d | refactor: use netbeans suggestions | diff --git a/debris/__init__.py b/debris/__init__.py
index 1713389..6727297 100644
--- a/debris/__init__.py
+++ b/debris/__init__.py
@@ -1,116 +1,119 @@
# I keep utility and wrapper code here
# So simply do `from debris import foo' to use the feature `foo'
-import os, cgi, sys, logging, re
+import os
+import cgi
+i... |
srid/debris | 2068b0e177d8fc306a87a7108124502c394c6753 | move the warning to base.html | diff --git a/index.yaml b/index.yaml
index 8d79651..cdfcfe7 100644
--- a/index.yaml
+++ b/index.yaml
@@ -1,37 +1,37 @@
indexes:
# AUTOGENERATED
# This index.yaml is automatically updated whenever the dev_appserver
# detects that a new type of query is run. If you want to manage the
# index.yaml file manually,... |
srid/debris | b5e333c62c16f96ebe1df107d8c296e8feab1dc9 | list other pages in main page for now | diff --git a/README.txt b/README.txt
index 7c04ec6..07cab6f 100644
--- a/README.txt
+++ b/README.txt
@@ -1,26 +1,27 @@
debris is a simple bliki for personal purposes.
Milestone 0.1
=============
Purpose: deploy for real world usage (www.nearfar.org) - for publishing
articles and, well, blog post... |
srid/debris | a85299d76e67d7691522b3587c09fdd6d1858d77 | warning text | diff --git a/README.txt b/README.txt
index 9e304b5..7c04ec6 100644
--- a/README.txt
+++ b/README.txt
@@ -1,29 +1,26 @@
debris is a simple bliki for personal purposes.
Milestone 0.1
=============
Purpose: deploy for real world usage (www.nearfar.org) - for publishing
articles and, well, blog post... |
srid/debris | 01dfe10a6c3a1c8383ba28c64df1f488368db602 | tag support | diff --git a/README.txt b/README.txt
index 914399f..9e304b5 100644
--- a/README.txt
+++ b/README.txt
@@ -1 +1,29 @@
debris is a simple bliki for personal purposes.
+
+Milestone 0.1
+=============
+
+ Purpose: deploy for real world usage (www.nearfar.org) - for publishing
+ articles and, well, blog posts i... |
srid/debris | cc7d7fef8412d1f8bf769597457ab9ffe1443d2d | implement search | diff --git a/debris/__init__.py b/debris/__init__.py
index 5fa5c88..450f439 100644
--- a/debris/__init__.py
+++ b/debris/__init__.py
@@ -1,97 +1,99 @@
# I keep utility and wrapper code here
# So simply do `from debris import foo' to use the feature `foo'
import os, cgi, sys, logging
from contextlib import context... |
srid/debris | 852235af1a15123f950707f1347b0331485970c5 | fix: keep a copy of html4css1.css in static/ directory for css reference in HTML | diff --git a/static/docutils/html4css1/html4css1.css b/static/docutils/html4css1/html4css1.css
new file mode 100644
index 0000000..a1e39f4
--- /dev/null
+++ b/static/docutils/html4css1/html4css1.css
@@ -0,0 +1,273 @@
+/*
+:Author: David Goodger (goodger@python.org)
+:Id: $Id: html4css1.css 5196 2007-06-03 20:25:28Z wie... |
srid/debris | 9696c43c6470e73fbef925909a89c482cf69be45 | fix: use separate data directory for files that has to be read (eg: docutils template.txt) to work around a restriction in GAE | diff --git a/static/docutils/html4css1/html4css1.css b/data/docutils/html4css1/html4css1.css
similarity index 100%
rename from static/docutils/html4css1/html4css1.css
rename to data/docutils/html4css1/html4css1.css
diff --git a/static/docutils/html4css1/template.txt b/data/docutils/html4css1/template.txt
similarity ind... |
srid/debris | 3f259c37ebdb3ca822d481d2a5ddfae695dbf691 | add RSS support | diff --git a/3rdparty/PyRSS2Gen-1.0.0.zip b/3rdparty/PyRSS2Gen-1.0.0.zip
new file mode 100644
index 0000000..a99c552
Binary files /dev/null and b/3rdparty/PyRSS2Gen-1.0.0.zip differ
diff --git a/debris/__init__.py b/debris/__init__.py
index 6350c91..e74ca9b 100644
--- a/debris/__init__.py
+++ b/debris/__init__.py
@@ -1... |
srid/debris | 40816f7a40373ce156e56caf896fd5886a5d5959 | move zip imports code to module in order to cache it | diff --git a/import_wrapper.py b/import_wrapper.py
new file mode 100644
index 0000000..d964215
--- /dev/null
+++ b/import_wrapper.py
@@ -0,0 +1,7 @@
+import os, sys, glob, logging
+
+# Add 3rdparty/*.zip to sys.path so that we can import them seamlessly
+root = os.path.dirname(__file__)
+for ziplib in glob.glob(os.path... |
srid/debris | b9caee1b8c824fc48212c985cd6a0e428f184c96 | 3rdparty libraryes (such as docutils) now belong to their own zip files | diff --git a/3rdparty/docutils.zip b/3rdparty/docutils.zip
new file mode 100644
index 0000000..c822d71
Binary files /dev/null and b/3rdparty/docutils.zip differ
diff --git a/debris/__init__.py b/debris/__init__.py
index 41047fd..6350c91 100644
--- a/debris/__init__.py
+++ b/debris/__init__.py
@@ -1,71 +1,79 @@
# I kee... |
srid/debris | 209564e47cff8f0d202bed32ba8d25781e9361bd | refactor: remove admin_only decorator in favor of the 'login' keyword in app.yaml | diff --git a/app.yaml b/app.yaml
index 578abd3..c09f094 100644
--- a/app.yaml
+++ b/app.yaml
@@ -1,12 +1,16 @@
application: debris-1
version: 1
runtime: python
api_version: 1
handlers:
- url: /static
static_dir: static
+- url: /-/admin/.*
+ script: main.py
+ login: admin
+
- url: /.*
script: main.p... |
srid/debris | 5654f9e342cfdf197a064e60d78b8d2ec8190d99 | fix: make belongs_to_blog checkbox work | diff --git a/debris/__init__.py b/debris/__init__.py
index 3af6e17..056b12d 100644
--- a/debris/__init__.py
+++ b/debris/__init__.py
@@ -1,59 +1,70 @@
# I keep utility and wrapper code here
# So simply do `from debris import foo' to use the feature `foo'
-import os, cgi, sys
+import os, cgi, sys, logging
from goog... |
srid/debris | c062f71ef89e47a697458947825c8a6fa08034bc | the main page for bliki - blog or wiki | diff --git a/debris/page.py b/debris/page.py
index 514e14e..fc1c288 100644
--- a/debris/page.py
+++ b/debris/page.py
@@ -1,47 +1,47 @@
from google.appengine.ext import db
from debris import rst2html
class BlikiPage(db.Model):
"""Represent a webpage in database"""
title = db.StringProperty(mul... |
srid/debris | 067642667c0bd9524b1e32e71959afb4f0abbdb1 | admin auth check | diff --git a/debris/__init__.py b/debris/__init__.py
index 67eb29a..3af6e17 100644
--- a/debris/__init__.py
+++ b/debris/__init__.py
@@ -1,46 +1,59 @@
# I keep utility and wrapper code here
# So simply do `from debris import foo' to use the feature `foo'
import os, cgi, sys
from google.appengine.ext.webapp import... |
srid/debris | e3d31fece24fc773d7c78a0ae8d821101fffa888 | started supporting 'special pages' and some template refactoring | diff --git a/debris/__init__.py b/debris/__init__.py
index c31443c..67eb29a 100644
--- a/debris/__init__.py
+++ b/debris/__init__.py
@@ -1,38 +1,46 @@
# I keep utility and wrapper code here
# So simply do `from debris import foo' to use the feature `foo'
import os, cgi, sys
from google.appengine.ext.webapp import... |
srid/debris | 20ae8045c744bc3eb4a812ad1c2e920b7de5b7f2 | using main() as per the advice in google groups | diff --git a/main.py b/main.py
index 8280edb..5d6dfac 100644
--- a/main.py
+++ b/main.py
@@ -1,53 +1,56 @@
import logging
from google.appengine.ext import webapp
from google.appengine.ext.webapp.util import run_wsgi_app
from debris.page import Page
from debris import template, form_to_db, SHELL
class... |
srid/debris | 8a0cc0147a45915ed374e1d32ac3f8b83add75f6 | not blog, but bliki | diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..914399f
--- /dev/null
+++ b/README.txt
@@ -0,0 +1 @@
+debris is a simple bliki for personal purposes.
diff --git a/debris/db.py b/debris/page.py
similarity index 85%
rename from debris/db.py
rename to debris/page.py
index 0a092e7..573e1fc 100644
-... |
srid/debris | 2679cb6e6c451448d2af32b8aa77a0af71fb62ca | more design tweaks, etc.. | diff --git a/.gitignore b/.gitignore
index 0d20b64..0ad5073 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
*.pyc
+debris.kpf
diff --git a/debris.kpf b/debris.kpf
deleted file mode 100644
index 246b088..0000000
--- a/debris.kpf
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Komodo ... |
srid/debris | a16c807b0cfe75b4ed4835b8ce81e63208b92765 | debris - init | diff --git a/app.yaml b/app.yaml
new file mode 100644
index 0000000..be67c3b
--- /dev/null
+++ b/app.yaml
@@ -0,0 +1,8 @@
+application: debris-1
+version: 1
+runtime: python
+api_version: 1
+
+handlers:
+- url: /.*
+ script: main.py
diff --git a/debris.kpf b/debris.kpf
new file mode 100644
index 0000000..c3f7230
--- /... |
chrido/NAdvisor | d3f4e7e00f97a5841d1409b0b9504ec622ced645 | renamings, typos | diff --git a/NAdvisor.Contrib.Test/AttributeBasedJoinPointDefinitionTests.cs b/NAdvisor.Contrib.Test/AttributeBasedJoinPointDefinitionTests.cs
new file mode 100644
index 0000000..142417f
--- /dev/null
+++ b/NAdvisor.Contrib.Test/AttributeBasedJoinPointDefinitionTests.cs
@@ -0,0 +1,181 @@
+using System;
+using System... |
chrido/NAdvisor | 95ee442013def6bb934862e89d79c29077951967 | .net 4.0/vs2010 | diff --git a/Example/FreeAdvice.Aspects/DatabaseContext.cs b/Example/FreeAdvice.Aspects/DatabaseContext.cs
deleted file mode 100644
index 8d9b865..0000000
--- a/Example/FreeAdvice.Aspects/DatabaseContext.cs
+++ /dev/null
@@ -1,63 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using Sy... |
chrido/NAdvisor | a822772ff3a9bd106bf067e0de5a407e1c9b2d9e | .net 4.0 | diff --git a/NAdvisorTest40/AdvisorTests.cs b/NAdvisorTest40/AdvisorTests.cs
new file mode 100644
index 0000000..142d616
--- /dev/null
+++ b/NAdvisorTest40/AdvisorTests.cs
@@ -0,0 +1,34 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using Microsoft.VisualStudio.TestTool... |
chrido/NAdvisor | f3a57386812a7a28737b3ad71cc357b449c4d4d0 | added testresults to ignore | diff --git a/.gitignore b/.gitignore
index 22c080e..2accd78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,15 @@
*~
bin
obj
*.user
*.suo
*.bak
*.sln.cache
_ReSharper*
*.resharper
*/build
*/test-results
*.pidb
*.userprefs
*.orig
+/TestResults/*
|
chrido/NAdvisor | 0c736533b2e8b671e61c284eb792911095842225 | added resharper to ignore | diff --git a/.gitignore b/.gitignore
index 90e3b00..22c080e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,14 @@
*~
bin
obj
*.user
*.suo
*.bak
*.sln.cache
_ReSharper*
+*.resharper
*/build
*/test-results
*.pidb
*.userprefs
-*.orig
\ No newline at end of file
+*.orig
diff --git a/References/CastleDynami... |
chrido/NAdvisor | eb35a4318b9beee9d01e368691735bf7c8dcc111 | remove contrib.cache, unit tests working | diff --git a/Example/FreeAdvice.MSTest/AdviceServiceTest.cs b/Example/FreeAdvice.MSTest/AdviceServiceTest.cs
index 0d4a8b3..ec2f65a 100644
--- a/Example/FreeAdvice.MSTest/AdviceServiceTest.cs
+++ b/Example/FreeAdvice.MSTest/AdviceServiceTest.cs
@@ -1,78 +1,78 @@
using System;
using System.Collections.Generic;
usi... |
chrido/NAdvisor | 1e2019ba3564553d336bf06e98b11c149a561467 | changed licence to BSD | diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 0000000..82484b5
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,10 @@
+Copyright (c) 2009, Techtalk
+Copyright (c) 2009, Christoph Doblander
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitt... |
chrido/NAdvisor | 14a16b6eedc0c3e457e995fc6c4632258404cf6c | added sample project freeadvice | diff --git a/Example/FreeAdvice.Aspects/DatabaseContext.cs b/Example/FreeAdvice.Aspects/DatabaseContext.cs
new file mode 100644
index 0000000..8d9b865
--- /dev/null
+++ b/Example/FreeAdvice.Aspects/DatabaseContext.cs
@@ -0,0 +1,63 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System... |
chrido/NAdvisor | 7b0eaa16ee7a17ab2a2ffa4d63cad7f8a77e34c6 | caching of aspectenvironment | diff --git a/NAdvisor/AdviceInterceptor.cs b/NAdvisor/AdviceInterceptor.cs
index 03d2b12..4bd45c3 100644
--- a/NAdvisor/AdviceInterceptor.cs
+++ b/NAdvisor/AdviceInterceptor.cs
@@ -1,68 +1,91 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Castle.Core.Interceptor;
namespace NAdvisor.C... |
chrido/NAdvisor | 6d097f83d2fd458c61fd1656976a9295f3071a74 | gitignore for test | diff --git a/.gitignore b/.gitignore
index 5d1e67c..7d3fc61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,15 @@
*~
bin
obj
*.user
*.suo
*.bak
*.sln.cache
_ReSharper*
*/build
*/test-results
*.pidb
*.userprefs
*.orig
*.resharper
+TestResults
|
chrido/NAdvisor | d477e8d21a99e5dae6da8b8e631055ae0ba1a7d2 | added resharper to gitignore | diff --git a/.gitignore b/.gitignore
index 90e3b00..5d1e67c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,14 @@
*~
bin
obj
*.user
*.suo
*.bak
*.sln.cache
_ReSharper*
*/build
*/test-results
*.pidb
*.userprefs
-*.orig
\ No newline at end of file
+*.orig
+*.resharper
|
chrido/NAdvisor | c45e16b82f6017968505d93e5d83dd57ff82ff63 | structuring in modules | diff --git a/NAdvisorTest/AttributeBasedJointPointDefinitionTests.cs b/NAdvisor.Contrib.Test/AttributeBasedJointPointDefinitionTests.cs
similarity index 98%
rename from NAdvisorTest/AttributeBasedJointPointDefinitionTests.cs
rename to NAdvisor.Contrib.Test/AttributeBasedJointPointDefinitionTests.cs
index b800497..c3c1e... |
chrido/NAdvisor | 6b6c668c05bc0e7f76d660f83c1b024f95c5621c | added licence | diff --git a/NAdvisor.Contrib.Test/CacheConfigurationValidationTest.cs b/NAdvisor.Contrib.Test/CacheConfigurationValidationTest.cs
index 8813cc9..c0f0b9e 100644
--- a/NAdvisor.Contrib.Test/CacheConfigurationValidationTest.cs
+++ b/NAdvisor.Contrib.Test/CacheConfigurationValidationTest.cs
@@ -1,32 +1,33 @@
using Sys... |
chrido/NAdvisor | c400c980628386490fa103ea94cb1cf6cb52a479 | namespaces in contrib project | diff --git a/NAdvisor.Contrib/InterceptedBy/InterceptedByAttribute.cs b/NAdvisor.Contrib/InterceptedBy/InterceptedByAttribute.cs
index 1849ef4..c9f9d0b 100644
--- a/NAdvisor.Contrib/InterceptedBy/InterceptedByAttribute.cs
+++ b/NAdvisor.Contrib/InterceptedBy/InterceptedByAttribute.cs
@@ -1,30 +1,30 @@
// Copyrigh... |
chrido/NAdvisor | f2b7635cd57c4c996f0a518373b9daf58bf0f452 | refactoring | diff --git a/NAdvisor.Contrib.Test/CachingAspectTest.cs b/NAdvisor.Contrib.Test/CachingAspectTest.cs
index 5debf6f..f369244 100644
--- a/NAdvisor.Contrib.Test/CachingAspectTest.cs
+++ b/NAdvisor.Contrib.Test/CachingAspectTest.cs
@@ -1,54 +1,55 @@
using System;
using System.Text;
using System.Collections.Generic;
... |
chrido/NAdvisor | 9f6f354d70009fb5eb45d0e5b0ac8fb61f522db7 | caching configuration validation | diff --git a/NAdvisor.Contrib/CachingConfigurationValidation.cs b/NAdvisor.Contrib/CachingConfigurationValidation.cs
index f753289..8705e6b 100644
--- a/NAdvisor.Contrib/CachingConfigurationValidation.cs
+++ b/NAdvisor.Contrib/CachingConfigurationValidation.cs
@@ -1,46 +1,54 @@
using System;
using System.Collectio... |
chrido/NAdvisor | 71ad6faa47d8f37dee67ed193d50caad22901303 | new filestructure | diff --git a/NAdvisor.Contrib.Test/CacheConfigurationValidationTest.cs b/NAdvisor.Contrib.Test/CacheConfigurationValidationTest.cs
new file mode 100644
index 0000000..8813cc9
--- /dev/null
+++ b/NAdvisor.Contrib.Test/CacheConfigurationValidationTest.cs
@@ -0,0 +1,32 @@
+using System;
+using System.Collections.Generi... |
chrido/NAdvisor | 246877fcc0f305b6d168af39e5bd6f19d6cd85e8 | better naming | diff --git a/NAdvisor.Contrib.Test/CachingAspectTest.cs b/NAdvisor.Contrib.Test/CachingAspectTest.cs
index b61b7aa..6a88064 100644
--- a/NAdvisor.Contrib.Test/CachingAspectTest.cs
+++ b/NAdvisor.Contrib.Test/CachingAspectTest.cs
@@ -1,81 +1,81 @@
using System;
using System.Text;
using System.Collections.Generic;
... |
chrido/NAdvisor | fcaa643786569fc3f921b0625cf514e00c832331 | cachingbehaviour defintion validation | diff --git a/NAdvisor.Contrib.Test/CachingAspectTest.cs b/NAdvisor.Contrib.Test/CachingAspectTest.cs
index 52d8df4..b61b7aa 100644
--- a/NAdvisor.Contrib.Test/CachingAspectTest.cs
+++ b/NAdvisor.Contrib.Test/CachingAspectTest.cs
@@ -1,61 +1,81 @@
using System;
using System.Text;
using System.Collections.Generic;
... |
chrido/NAdvisor | 5cf26cf5e2fe783a8cef392f350fd577824f7e13 | initial api concept | diff --git a/NAdvisor.Contrib.Test/CachingAspectTest.cs b/NAdvisor.Contrib.Test/CachingAspectTest.cs
index caf6a88..52d8df4 100644
--- a/NAdvisor.Contrib.Test/CachingAspectTest.cs
+++ b/NAdvisor.Contrib.Test/CachingAspectTest.cs
@@ -1,52 +1,61 @@
using System;
using System.Text;
using System.Collections.Generic;
... |
chrido/NAdvisor | 1854b835aa2be7dbff459f360274095d2929d6cd | initial unit test | diff --git a/NAdvisor.Contrib.Test/UnitTest1.cs b/NAdvisor.Contrib.Test/UnitTest1.cs
index 808904a..caf6a88 100644
--- a/NAdvisor.Contrib.Test/UnitTest1.cs
+++ b/NAdvisor.Contrib.Test/UnitTest1.cs
@@ -1,52 +1,52 @@
using System;
using System.Text;
using System.Collections.Generic;
using System.Linq;
using Micro... |
chrido/NAdvisor | fb3ad59724059cb0788c67b475dac9eec8839a4d | switched to mstest | diff --git a/LocalTestRun.testrunconfig b/LocalTestRun.testrunconfig
new file mode 100644
index 0000000..7523e6c
--- /dev/null
+++ b/LocalTestRun.testrunconfig
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<TestRunConfiguration name="Local Test Run" id="28fa1ee6-6953-4ff2-b14e-6de7acbbdc1f" xmlns="http://... |
chrido/NAdvisor | f0cfc2f8e586263716629f7cea59419e16e19fe5 | upgraded to mbunit 3.1 | diff --git a/NAdvisor.Contrib.Tests/CachingAspectTests.cs b/NAdvisor.Contrib.Tests/CachingAspectTests.cs
new file mode 100644
index 0000000..e7452cd
--- /dev/null
+++ b/NAdvisor.Contrib.Tests/CachingAspectTests.cs
@@ -0,0 +1,45 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Te... |
chrido/NAdvisor | a93a8b81c16c52cad0257e4cc2932d700c3a9b9f | initial cachingaspect | diff --git a/NAdvisor.Contrib/CachingAspect.cs b/NAdvisor.Contrib/CachingAspect.cs
new file mode 100644
index 0000000..16a974b
--- /dev/null
+++ b/NAdvisor.Contrib/CachingAspect.cs
@@ -0,0 +1,11 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace NAdvisor.Contrib... |
chrido/NAdvisor | a1cc3dfbf8f92df9aa23234032b10e69f7570163 | scoped sync to aspectenvironment only | diff --git a/NAdvisor/AspectEnvironment.cs b/NAdvisor/AspectEnvironment.cs
index 1fb4b36..7b288dd 100644
--- a/NAdvisor/AspectEnvironment.cs
+++ b/NAdvisor/AspectEnvironment.cs
@@ -1,80 +1,80 @@
// Copyright 2009 Christoph Doblander
//
// Licensed under the Apache License, Version 2.0 (the "License");
// y... |
chrido/NAdvisor | bd1d105a577e54f902fc8f50ba9d4f4930a198af | formating | diff --git a/README b/README
index edef368..88eb1af 100644
--- a/README
+++ b/README
@@ -1,32 +1,32 @@
-########################################################################################################################
+##############################################################################################... |
chrido/NAdvisor | 662cb0ef3fe899f6751a9b6b66d9729e5438a504 | formating | diff --git a/README b/README
index 5cdc9bc..edef368 100644
--- a/README
+++ b/README
@@ -1,32 +1,32 @@
-########################################################################################################################################
+##############################################################################... |
chrido/NAdvisor | 7e5605544dac6edb62dad9261ce0000f58ada9a0 | gitignore | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..90e3b00
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+*~
+bin
+obj
+*.user
+*.suo
+*.bak
+*.sln.cache
+_ReSharper*
+*/build
+*/test-results
+*.pidb
+*.userprefs
+*.orig
\ No newline at end of file
|
reddavis/Benchmarker | 631f94b09b472ed30f63d51e36cb1be1fcd79a0a | add dependencies | diff --git a/README.rdoc b/README.rdoc
index 1866567..5b3befa 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,42 +1,46 @@
= Benchmarker
This is a very 0.0.1 attempt at building a benchmarking version of autotest.
While trying to make your code faster it can be a big pain and time waste having to keep switching ... |
reddavis/Benchmarker | f90ec283b2f0811b393f6de5e0be5c1434c28e30 | Regenerated gemspec for version 0.0.0 | diff --git a/benchmarker.gemspec b/benchmarker.gemspec
index 702c571..cf97361 100644
--- a/benchmarker.gemspec
+++ b/benchmarker.gemspec
@@ -1,49 +1,58 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-
Gem::Specification... |
cytown/android_packages_apps_Phone | dd50067b5bc495bac6f16781d77e93030ae06b4e | Translated fr advanced settings strings by plauclair | diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
index dc37537..4b4f4de 100644
--- a/res/values-fr/strings.xml
+++ b/res/values-fr/strings.xml
@@ -1,496 +1,521 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2009 The Android Open Source Project
Licensed under the Apache License,... |
cytown/android_packages_apps_Phone | dcdba2e556e71daf9c53c666d352ddbdeb4b55f1 | fix bug for Hitting back on incoming call breaks notification bar | diff --git a/res/values/strings.xml b/res/values/strings.xml
index 12e5763..2ecc4d7 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -435,538 +435,538 @@
<string name="general_news_settings">General News</string>
<string name="bf_news_settings">Business and Financial News</string>
... |
cytown/android_packages_apps_Phone | a532a9fa816a19fa7ce5b77f75b8a9ddfc78c157 | fix for missing pngs | diff --git a/res/drawable-finger/btn_dial_normal.9.png b/res/drawable-finger/btn_dial_normal.9.png
new file mode 100644
index 0000000..748dd8a
Binary files /dev/null and b/res/drawable-finger/btn_dial_normal.9.png differ
diff --git a/res/drawable-finger/btn_dial_pressed.9.png b/res/drawable-finger/btn_dial_pressed.9.pn... |
cytown/android_packages_apps_Phone | 8e400261a1ddbad807870a4225354379e680e473 | fix missing string. | diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index f661a18..d1641ec 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -1,518 +1,519 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2009 The Android Open Source Project
Licensed under the... |
cytown/android_packages_apps_Phone | 711997e1b2822d28887dce74c98469e1d725974b | fix chinese language show string | diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index b441bb0..bf4515a 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -1,609 +1,609 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2009 The Android Open Source Project
Licensed under the... |
cytown/android_packages_apps_Phone | 1bdafc773d39894d0a65fa7f3b89bc4829499173 | fix bug for leaked IntentReceiver | diff --git a/src/com/android/phone/InCallScreen.java b/src/com/android/phone/InCallScreen.java
index 79be4d8..e7c1102 100755
--- a/src/com/android/phone/InCallScreen.java
+++ b/src/com/android/phone/InCallScreen.java
@@ -229,1048 +229,1048 @@ public class InCallScreen extends Activity
private View mTouchLockIcon; ... |
cytown/android_packages_apps_Phone | d3cc82217fd329828cc1c24a530b05fc657da0bf | change organization size in portrait view | diff --git a/res/layout/call_card_person_info.xml b/res/layout/call_card_person_info.xml
index 919cdaa..1a26fc2 100644
--- a/res/layout/call_card_person_info.xml
+++ b/res/layout/call_card_person_info.xml
@@ -1,104 +1,104 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2008 The Android Open Source Projec... |
cytown/android_packages_apps_Phone | 26e1a7728f838640f4e204e641eaf30d1249078f | Phone patch v11.1 from Cytown@XDA | diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index f5fcb72..5c60378 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -83,528 +83,528 @@
<string name="menu_manageConference" msgid="3770984362002266733">"管ççµè¯ä¼è®®"</string>
<string name="me... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.