]>
git.openstreetmap.org Git - osqa.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
qw3rty [Wed, 28 Apr 2010 21:05:11 +0000 (21:05 +0000)]
This is a duct tape solution to an issue that rick brought up. inside the locale dir where all the language dir are kept there is now a file called phrases.py where you can add new phrases to the po files. just put the new phrase inside that file on the next line and remake the po files. in the future we could add some kind ui solution but for our purposes right now this should work. If you can come up with a better solution - which shouldn't be hard - please implement it.
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@87
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
qw3rty [Wed, 28 Apr 2010 20:29:18 +0000 (20:29 +0000)]
Add functionallity for editing po files through the use of the django-rosetta
here are some instruction on how to install it.
http://code.google.com/p/django-rosetta/
there are also some changes to the admin files because they did not play nice with makemessages.
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@86
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
qw3rty [Wed, 28 Apr 2010 15:28:56 +0000 (15:28 +0000)]
fixes osqa-192: fixed some typos in the style.css file.
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@84
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
qw3rty [Wed, 28 Apr 2010 15:19:00 +0000 (15:19 +0000)]
1) rick wanted me to change the default size of comments to 600
2) Fixed OSQA-146
- Note: if the user doesn't enter a birthday then when they go back to edit there page the page will display there birthday as "1900-01-01." This is fairly sloppy and will take a little bit of refactoring to fix.
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@83
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
rick [Tue, 27 Apr 2010 22:12:20 +0000 (22:12 +0000)]
one more place that still had the old code for tags
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@81
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
qw3rty [Tue, 27 Apr 2010 21:58:24 +0000 (21:58 +0000)]
fixes osqa-152: interesting and ignored tags work again. also fixed potential performance problem on systems with lots of tags. We no longer shove ALL the tags into the HTML, we now hit a URL that pulls back only tags that start with the query you're typing. All pages that used the old method have been updated.
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@80
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
rick [Tue, 27 Apr 2010 21:31:30 +0000 (21:31 +0000)]
Removing a bunch of incorrect, useless and/or obselete files that the repository has been carrying around.
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@79
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
matt [Tue, 27 Apr 2010 17:16:44 +0000 (17:16 +0000)]
Added title for login page and changed prompt for "oppurtunity", may still be in some translation file somewhere.
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@75
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
qw3rty [Tue, 27 Apr 2010 14:36:34 +0000 (14:36 +0000)]
osqa-89:
password field should be type password
osqa-107:
comment length should be configurable.
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@74
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Mon, 26 Apr 2010 10:16:55 +0000 (10:16 +0000)]
Fix bug reported by Oscar Frias on http://jira.osqa.net/browse/OSQA-174
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@72
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Mon, 26 Apr 2010 10:11:42 +0000 (10:11 +0000)]
Fix bug reported by Oscar Frias on http://jira.osqa.net/browse/OSQA-173
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@71
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Sat, 24 Apr 2010 00:02:29 +0000 (00:02 +0000)]
not explicit cast causing errors at startup
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@70
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Fri, 23 Apr 2010 23:25:53 +0000 (23:25 +0000)]
make sure where not recreating subscription settings for the admin user
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@69
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Fri, 23 Apr 2010 22:49:28 +0000 (22:49 +0000)]
better memory management in the importer, and handle some more awkward case
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@68
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
rick [Fri, 23 Apr 2010 17:53:51 +0000 (17:53 +0000)]
Used "Dust-Me Selectors" Firefox add-on to identify hundreds of unused CSS selectors and remove them. It is possible that too many were removed, but we can always add them back in.
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@67
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
qw3rty [Fri, 23 Apr 2010 13:48:29 +0000 (13:48 +0000)]
pointed the install file to something more generic on the wiki site
updated the readme file
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@66
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Thu, 22 Apr 2010 23:57:05 +0000 (23:57 +0000)]
the importer was not loading accepted answers correctly
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@65
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
qw3rty [Thu, 22 Apr 2010 22:27:23 +0000 (22:27 +0000)]
changing the install file so that is simply points to OSQA's wiki.
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@64
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Thu, 22 Apr 2010 15:15:38 +0000 (15:15 +0000)]
verify the correct installation of fts triggers at startup
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@63
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Thu, 22 Apr 2010 13:09:53 +0000 (13:09 +0000)]
fix in sximporter, some tags don't have creator
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@62
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Thu, 22 Apr 2010 12:09:13 +0000 (12:09 +0000)]
beta version af the sx importer, don't use for importing production sites, only for testing
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@61
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Wed, 21 Apr 2010 11:18:08 +0000 (11:18 +0000)]
fix in sphinx fts module
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@60
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Tue, 20 Apr 2010 01:26:21 +0000 (01:26 +0000)]
a amanager to many
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@59
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Mon, 19 Apr 2010 23:07:14 +0000 (23:07 +0000)]
more improvements in cache and denormalized data handling
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@58
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Mon, 19 Apr 2010 16:45:52 +0000 (16:45 +0000)]
putting back the welcome message
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@57
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Mon, 19 Apr 2010 14:53:36 +0000 (14:53 +0000)]
improved FTS. make fts indexes update faster and take the load out of the node table.
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@56
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Mon, 19 Apr 2010 12:08:36 +0000 (12:08 +0000)]
several improvements in the caching system
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@55
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Mon, 19 Apr 2010 03:14:08 +0000 (03:14 +0000)]
instead of "you can visit his profile" say "you can visit <username>'s profile"
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@54
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Mon, 19 Apr 2010 03:01:56 +0000 (03:01 +0000)]
node edits not updating last_edited_by
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@53
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Mon, 19 Apr 2010 02:12:54 +0000 (02:12 +0000)]
fix in default search
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@52
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Sun, 18 Apr 2010 22:42:31 +0000 (22:42 +0000)]
admin recalculate denormalized data tool and fix in comment votes
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@51
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Sun, 18 Apr 2010 18:28:40 +0000 (18:28 +0000)]
python 2.4 compatibility fixes and fix on score counter
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@50
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Sat, 17 Apr 2010 21:53:07 +0000 (21:53 +0000)]
fixed feedback page
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@49
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Sat, 17 Apr 2010 15:55:49 +0000 (15:55 +0000)]
make the redirects 301 instead of 302
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@48
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Sat, 17 Apr 2010 15:43:31 +0000 (15:43 +0000)]
Redirect to the correct question if there is no match in the id but there is one in the slug.
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@47
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Sat, 17 Apr 2010 02:46:33 +0000 (02:46 +0000)]
install new pg fts triggers after migrations
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@46
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Sat, 17 Apr 2010 01:28:20 +0000 (01:28 +0000)]
added comment headline property
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@45
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Sat, 17 Apr 2010 01:00:31 +0000 (01:00 +0000)]
node absolute parent, tweaks in the activity log
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@44
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Fri, 16 Apr 2010 23:26:44 +0000 (23:26 +0000)]
switch to a default sort of active, and "pushed" the active tab to the beggining
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@43
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Fri, 16 Apr 2010 23:24:02 +0000 (23:24 +0000)]
error in votes left message
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@42
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Fri, 16 Apr 2010 22:14:09 +0000 (22:14 +0000)]
improved text search
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@41
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Fri, 16 Apr 2010 17:31:04 +0000 (17:31 +0000)]
convertd comments to nodes
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@40
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Fri, 16 Apr 2010 12:48:10 +0000 (12:48 +0000)]
forgot the migrations
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@39
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Fri, 16 Apr 2010 12:47:02 +0000 (12:47 +0000)]
better handling of the accepting answers workflow
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@38
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Fri, 16 Apr 2010 00:13:21 +0000 (00:13 +0000)]
adapted badges to the new schema
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@37
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Thu, 15 Apr 2010 23:46:20 +0000 (23:46 +0000)]
fix in flag and delete commands, and added the possibility for admins and post authors to see the flag count on posts
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@36
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Thu, 15 Apr 2010 23:26:27 +0000 (23:26 +0000)]
removed some debugging statements
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@35
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Thu, 15 Apr 2010 22:54:00 +0000 (22:54 +0000)]
ALteration of the schema to a single content model. As a bonus there is a complete simplification and reorganization of user profile views, and a complete rework of revision management.
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@34
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Wed, 14 Apr 2010 16:34:28 +0000 (16:34 +0000)]
fix in email sender, it was aplitting the attachments, or creating multiple, don't really know
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@33
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Wed, 14 Apr 2010 15:54:27 +0000 (15:54 +0000)]
allow superusers to see users email
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@32
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Wed, 14 Apr 2010 01:23:03 +0000 (01:23 +0000)]
small fix in css
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@31
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Mon, 12 Apr 2010 20:32:12 +0000 (20:32 +0000)]
fix in css, answered questions were not being properly highlighted
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@30
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Mon, 12 Apr 2010 14:04:05 +0000 (14:04 +0000)]
several fixes in users profile
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@29
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Mon, 12 Apr 2010 13:22:26 +0000 (13:22 +0000)]
in reply comments were causing errors
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@28
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Sun, 11 Apr 2010 17:42:39 +0000 (17:42 +0000)]
item_extended template
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@27
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Sun, 11 Apr 2010 17:41:15 +0000 (17:41 +0000)]
user profile fixes
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@26
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
rick [Sun, 11 Apr 2010 17:10:57 +0000 (17:10 +0000)]
Minor changes to remove unnecessary newlines and spaces from the HTML output in short-summary question lists.
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@25
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Sun, 11 Apr 2010 13:23:47 +0000 (13:23 +0000)]
default session engine was cache, but default session engine was dummy, so sessions didn't work by default
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@24
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Sat, 10 Apr 2010 22:16:50 +0000 (22:16 +0000)]
fix in paginator
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@23
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Sat, 10 Apr 2010 13:02:42 +0000 (13:02 +0000)]
removing extra unused directory
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@22
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Sat, 10 Apr 2010 13:02:22 +0000 (13:02 +0000)]
removing extra osqa directory
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@21
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
rick [Sat, 10 Apr 2010 12:54:25 +0000 (12:54 +0000)]
Updated CSS and reformatted in IntelliJ
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@20
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Sat, 10 Apr 2010 12:07:37 +0000 (12:07 +0000)]
initial import
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@19
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Sat, 10 Apr 2010 12:00:35 +0000 (12:00 +0000)]
Directory 'osqa' created by PyCharm
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@18
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Sat, 10 Apr 2010 04:19:53 +0000 (04:19 +0000)]
initial import
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@17
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Thu, 8 Apr 2010 21:15:45 +0000 (21:15 +0000)]
removing files
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@16
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Thu, 8 Apr 2010 21:15:28 +0000 (21:15 +0000)]
removing files
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@15
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Thu, 8 Apr 2010 21:14:45 +0000 (21:14 +0000)]
removing files
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@14
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Thu, 8 Apr 2010 21:13:11 +0000 (21:13 +0000)]
deleting files
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@13
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Thu, 8 Apr 2010 15:21:52 +0000 (15:21 +0000)]
cleaning up
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@12
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Thu, 8 Apr 2010 15:20:37 +0000 (15:20 +0000)]
cleaning the repo
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@11
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Thu, 8 Apr 2010 15:06:56 +0000 (15:06 +0000)]
deleting the test file
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@10
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
matt [Thu, 8 Apr 2010 14:57:39 +0000 (14:57 +0000)]
testing
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@9
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Mon, 1 Mar 2010 17:07:41 +0000 (17:07 +0000)]
Deleted .idea project folder
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@7
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Mon, 1 Mar 2010 16:57:09 +0000 (16:57 +0000)]
Deleted settings_local.py
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@6
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Mon, 1 Mar 2010 16:56:20 +0000 (16:56 +0000)]
Deleted log folder
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@5
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
hernani [Mon, 1 Mar 2010 16:55:04 +0000 (16:55 +0000)]
Initial commit
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@4
0cfe37f9 -358a-4d5e-be75-
b63607b5c754
matt [Fri, 5 Feb 2010 22:50:58 +0000 (22:50 +0000)]
new dir for osqa
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@2
0cfe37f9 -358a-4d5e-be75-
b63607b5c754