a02fa19d5a
Fixed typo in previous commit, no functional changes.
2013-12-25 17:44:36 +06:00
f88bdcd4ff
Truncate file to 10 sec on display with diffusion
...
Displaying huge files like .po used loads of CPU power
and might have easily run out of time or memory.
Now file will be truncated after 10 sec of view generation.
2013-12-25 17:34:24 +06:00
b98f8a570c
Added a way to generate login=>(email, real name) map
...
Also fixed a typo in custom field in user change password function.
2013-11-29 22:58:33 +06:00
644070340d
Add list of all archived repositories
2013-11-28 15:39:25 +06:00
93fecfe7e9
Added list of archived repositories which RO access to them
...
Currently only bf-extensions, rest of the repos will arrive soon.
2013-11-28 15:19:32 +06:00
53bb3ac361
Make sure all the users have RO access to the repo
2013-11-28 15:09:37 +06:00
137df8c6d3
Make sure there's no trailing slash in svn's subpath
...
This gives issues with svn access file, leading to
access denied by the server.
2013-11-28 14:57:24 +06:00
9863285bf0
Fix missing project action list on mobile.
2013-11-27 20:47:30 +01:00
a392b4a14f
Fix typo in svn authentification generator script
2013-11-28 00:21:59 +06:00
d03569e908
Correction for the previous commit
2013-11-27 22:20:55 +06:00
b1097e9c61
Fix for crash when pushable project have unknown users
...
Apparently we've got Unknown Object (Phabricator User) in
translation project now.
Not sure how it became invalid, but automated scripts
better be robust for this.
2013-11-27 22:14:07 +06:00
5bda6bf48b
Attempt to make SVN happy with untrusted server certificate
...
Need this to fetch changes from our svn.b.o which have untrusted
issuer of the certificate.
2013-11-27 19:36:13 +06:00
a03cdacd9e
Tweaks to svn access rights importer
...
- Make it work with repositories outside of svn.b.o.
Useful for local debugging.
- Make it aware of svn subpath repository setting.
So now it's possible to restrict commit rights
to a subpath in svn repository.
- Make SVN repositories always available for
read-only access;
2013-11-27 18:37:37 +06:00
c3fe33f5a0
Remove debug-only code from svn auth script
2013-11-27 02:25:47 +06:00
5d823ff1a7
Fix T37436: Add a method to show the bug count
...
Now query header will show text like:
N total tasks for query "Foo"
2013-11-22 00:24:14 +06:00
63df9dd1f4
Undo test commit.
2013-11-21 19:10:36 +01:00
0c80c9fead
Add "Open Revisions" builtin query for differential, and have links for both
...
code reviews and patches on welcome page.
2013-11-21 19:05:38 +01:00
b8d42a7cc6
Test commit for disabling merge commits.
2013-11-21 19:05:38 +01:00
4e7dc30fea
Fix typo in method name
2013-11-21 23:17:13 +06:00
99c68b1091
Fix T37529: show up to 4 project tags for maniphest tasks instead of 2.
2013-11-19 16:14:03 +01:00
d48979091e
Maniphest: order open tasks by date created and don't group by priority, to
...
make it more like the old bug tracker. Also makes count bugs fairly easy by
just looking at the number on the second or third page.
2013-11-17 10:21:38 +01:00
785caa5b6c
Test commit for mail hooks, would prefer to do not it on live install but
...
that seems to be the only place it fails.
2013-11-16 04:22:04 +01:00
261d7331f4
Remove some unnecessary code from last commit.
2013-11-16 02:49:55 +01:00
28bd8409df
Remove unnecessary duplicate buildbot crumb.
2013-11-16 02:44:17 +01:00
47008a157c
Browse Patches pointed to a wrong project
2013-11-16 00:00:02 +06:00
fc1e8681ef
Add application name in crumbs display.
2013-11-15 17:30:28 +01:00
17085b4379
Try to clarify that the select projects listed on the home page are not all
...
projects.
2013-11-15 17:30:28 +01:00
dd6eefcd9c
Make "Active" projects the default instead of "Joined".
2013-11-15 17:30:28 +01:00
ae2b0e63d6
Further tweaks to gi ermissions script
...
- Seems @all didn't work, now use explicit list of repos
- Handle cases when phab user uses the same key as used for
"system" repositories.
2013-11-15 20:19:20 +06:00
bcbae097de
Another attempt to make phab sync working
2013-11-15 18:55:16 +06:00
b59dca4eeb
Made it so public keys are stored in files with .pub extension
...
It is an attempt to solve issues with missing permissions on
pahabricator users.
2013-11-15 18:49:56 +06:00
8098798fa9
Fix T37435: clicking maniphest next button with no /query in the URL would lose
...
the default query and show the search form on the second page.
This was a bug in Phabricator itself, just not as likely to happen because we
have the default query as Open Tasks while they have Assigned, which is unlikely
to give more than 100 results and so there would be no next button.
2013-11-15 02:46:28 +01:00
d8d0e2c99f
Fix T37447: Add a link to project list when creating tasks.
2013-11-15 00:32:18 +01:00
214233f82f
Show author name in task list views.
...
Fixes T37451.
2013-11-15 00:04:00 +01:00
eebe82c990
Assume 4 space for tabs by default in differential.
2013-11-14 23:27:09 +01:00
5b73071d64
Removed debug-only left-over
2013-11-15 02:29:03 +06:00
cd04de7f72
Order diffusion repositories by name (so Blender is at the top).
2013-11-14 19:44:47 +01:00
cf4b1317e1
Fix T37441: Could not assign tasks to self (via the "Assigned To" box)
...
Issue was caused by our database having login "watch" which is
apparently an object's method in firefox.
Added workaround for this into the code.
2013-11-14 21:24:26 +06:00
10e353b090
Allow anyone to login to developer.blender.org again.
2013-11-14 12:15:23 +01:00
81bd756ec6
Also correct sheband for svn auth script
2013-11-14 13:34:55 +06:00
9527d8aafd
tweak to shebang so cron is happy with it
2013-11-14 13:31:50 +06:00
e35bc58e0e
Fixes for gitosis admin script
...
Basically, pull wasn't happening correct and it was
updating files from CWD< not from workdir.
2013-11-14 12:44:59 +06:00
bd0f9fd913
Add sculpting and websites projects to welcome page.
2013-11-13 19:53:22 +01:00
44957f7806
Get repsitory name from svn URI
...
Would only work for repos inside svn.b.o.
Some further checks might be needed.
2013-11-14 00:21:04 +06:00
7ff26eb95d
Show message that developer.blender.org is not open yet for logins.
2013-11-13 19:10:10 +01:00
1f2471fa67
Use git repository name from uri. not from repo name
2013-11-14 00:09:40 +06:00
7a5588a408
Appeared a typo in previous commmit
...
Didn't notice on system where had htaccess custom field.
2013-11-13 14:37:47 +06:00
ac03ae737f
Fix for recent htaccess hack broke user registration
...
Issue was caused by custom fields loading will set
user's profile. In case user is new, this profile
will have title and blurb set to NULL, which is
unsupported.
Solved by setting title and blurb to an empty string
if setPassword detects that this is a new user.
tested with accountadin script, need to be tested
with online registration as well.
2013-11-13 14:35:29 +06:00
f9db95f555
Add a missing translations project member.
2013-11-13 09:06:25 +01:00
2bc045a997
* Add another duplicate email
...
* Remove addon testing tmp code
* Make files public viewable
2013-11-13 09:03:09 +01:00