Mikel Maron
bb22e23dfb
css in right place; fix structure.sql
2016-10-06 21:47:29 -04:00
Mikel Maron
3c01d2e80d
more idiomatic models for diary entry subscriptions
2016-10-06 20:31:10 -04:00
Mikel Maron
443080d7b0
WIP diary comment subscriptions
2016-10-03 15:04:22 -04:00
Tom Hughes
d82f9d12ce
Fix new rubocop warnings
2016-09-15 19:21:00 +01:00
Tom Hughes
dbeccba968
Update schema
2016-09-05 08:17:11 +01:00
Matt Amos
82ac68a26e
Revert changes to old migration.
2016-08-22 18:48:48 +01:00
Matt Amos
c3ad6aa292
More whitespace fixes. Attempting to get tests to pass.
2016-08-22 18:38:03 +01:00
Matt Amos
757a1aaa85
Made rubocop happy by formatting and minor syntax tweaks.
2016-08-22 17:24:10 +01:00
Matt Amos
5cc0eba3f1
Reordered migrations to make them the latest.
2016-08-22 16:32:54 +01:00
Frederik Ramm
f3519e9781
fix build on wily; fix some moderation branch language constants
2016-08-22 16:19:14 +01:00
Shrey
69c1f6d186
Added sortable headers + search + reportable Notes
2016-08-22 16:18:15 +01:00
Shrey
b68b29b43c
Added support for reporting Changesets + Deleting issues from the CLI
2016-08-22 16:17:54 +01:00
Shrey
f72c34aaf8
Added Issue Type + Issue Reassigning + Last updated_by
2016-08-22 16:17:54 +01:00
Shrey
c7bc13668b
Issue reopens on Reports coming in after instance update
2016-08-22 16:17:54 +01:00
Shrey
d5f02968f6
Fixed tests + Altered migration file + Added reporting strings + Added update method
2016-08-22 16:17:54 +01:00
Shrey
faf4c5aa7a
Fixed tests + Added new ones
2016-08-22 16:17:21 +01:00
Shrey
d1d4f8192d
DB changes + Related issues added
2016-08-22 16:16:31 +01:00
Shrey
683722ed5c
Added IssueComments + ForeignKeys + Indexes
2016-08-22 16:15:12 +01:00
Shrey
5add3cf671
Basic models set up
2016-08-22 16:12:31 +01:00
Tom Hughes
d801aa28ea
Fix date for Gravatar migration
2016-08-19 12:50:44 +01:00
Tom Hughes
f00b624ce4
Improve message when Gravater is disabled
2016-08-19 12:27:54 +01:00
Simon Poole
05cd781b25
Remove default enabling of gravatar, check on initial confirmation of e-mail address and on any changes afterward if
...
a gravatar exists and enable then if the user hasn't uploaded a picture.
2016-08-16 21:42:02 +02:00
Tom Hughes
2e2b33ea61
Link all objects into libpgosm.so
2016-07-27 20:51:32 +01:00
Tom Hughes
cfd55f0c7d
Allow multiple versions of DB functions to be built
...
Allows the pg_config location to be configured, along with
the target directory for the built code.
2016-07-27 20:44:16 +01:00
Tom Hughes
dd8ebf9b09
Fix rubocop warnings
2016-07-13 09:50:23 +01:00
Tom Hughes
600743f170
Modernise migrations
2016-07-13 09:39:09 +01:00
Andy Allan
21e1ff6c35
Remove database readme
...
This duplicates parts of INSTALL.md but with outdated information.
2016-04-22 17:24:32 +01:00
Andy Allan
2f066107e2
Remove 9 year old warning
2016-04-22 17:24:17 +01:00
Tom Hughes
5d3ecffa28
Fix new rubocop warnings
2016-02-05 13:35:26 +00:00
Tom Hughes
8fe1899596
Fix rubocop warnings
2016-01-19 09:51:24 +00:00
Tom Hughes
febff23c2c
Fix deprecation warnings in migrations
2015-12-21 16:11:02 +00:00
Tom Hughes
c9d35839be
Fix new rubocopy warnings
2015-08-18 20:57:14 +01:00
Tom Hughes
2af0840ff3
Fix style issues found by new rubocop version
2015-04-14 09:38:24 +01:00
Tom Hughes
2d22ab10f7
Force coordinates into bounds when using the query tool
2015-02-25 11:16:10 +00:00
Tom Hughes
e434cb154c
Convert OpenID authentication to generic third party authentication
2015-02-25 01:07:23 +00:00
Tom Hughes
a6b84a0294
Fix more rubocop style issues
2015-02-24 23:12:02 +00:00
Tom Hughes
4f4180e4bd
Standardise on "hash rocket" style for hashes
2015-02-20 19:53:13 +00:00
Tom Hughes
dc2a2c8ebd
Standardise on double quoted strings
2015-02-20 19:47:26 +00:00
Tom Hughes
baf10cd392
Fix rubocop lint issues
2015-02-20 08:56:16 +00:00
Tom Hughes
ef7f3d800c
Fix most auto-correctable rubocop issues
2015-02-20 08:56:16 +00:00
Tom Hughes
34e3e51456
Cleanup trailing whitespace
2015-02-20 08:56:16 +00:00
Tom Hughes
816404ffe6
Avoid deprecation warning in migration
2015-02-16 22:53:52 +00:00
Tom Hughes
959a076b50
Add some padding to select elements
2015-02-01 11:29:38 +00:00
Tom Hughes
44e44a5198
Only log at info level in production
2015-01-18 19:43:21 +00:00
Tom Hughes
cd2ca12d42
Merge branch 'rails42'
2015-01-17 11:09:13 +00:00
Tom Hughes
821a22c607
Update old changesets to subscribe the creator
2015-01-11 19:44:58 +00:00
Tom Hughes
8fa9763281
Set default formats in the database now that rails handles enums
...
Because rails now reads the defaults from the database correctly it
no longer works to set them conditionally in after_initialise as they
have already been set.
2015-01-11 12:54:16 +00:00
Tom Hughes
ac7bb003ec
Cleanup migrations
...
Cleanup our migrations, replacing as much of our custom code
and monkey patching with modern standard rails methods.
2015-01-11 12:53:01 +00:00
Tom Hughes
501d13e1c0
Merge branch 'master' into overpass
2014-11-01 12:50:23 +00:00
Tom Hughes
8598db3233
Tidy up changeset comment code
2014-10-23 21:24:51 +01:00