Heiko Kernbach
057e0cc73e
css for collection info modal, removed style from templates
2013-08-16 09:29:43 +02:00
Heiko Kernbach
6fa096e967
border 0 modal tabs, stronger divider color
2013-08-16 09:00:32 +02:00
Heiko Kernbach
d83cdfb667
small css changes dashboard/aql editor
2013-08-16 08:47:58 +02:00
Guido Reina
011117edee
In the function: TRI_LocateBinaryPath(), "binaryPath" was duplicated from "dir" and then "dir" freed. Better just to assign to "binaryPath" the result of TRI_Dirname().
2013-08-16 06:55:43 +02:00
Guido Reina
72c8847324
In the function: RemoveAllLockedFiles(void), if we call TRI_RemoveVectorString() and TRI_RemoveVector() the next elements in the vector will be memmoved to the left. The next iteration of the loop will check the element at position 1 (but we are skipping the new element at position 0), so these calls have been removed.
...
The other alternative would be to have a loop: while (FileNames._length > 0) and take always the element at position 0. But this has the disadvantage that we are performing memmove() when later the vectors will be freed anyway.
2013-08-15 18:36:41 +02:00
Heiko Kernbach
9ce8162b14
css
2013-08-15 18:28:43 +02:00
Heiko Kernbach
f32c8d7d80
dyn bugfix
2013-08-15 17:51:52 +02:00
Heiko Kernbach
d7d9be69af
changed new margin for footer and header
2013-08-15 17:46:38 +02:00
Heiko Kernbach
0c699c6ec2
search input changed width
2013-08-15 17:43:56 +02:00
Heiko Kernbach
dbd7d731e2
faster slidetoggle, new css for collections toggle
2013-08-15 17:37:29 +02:00
Heiko Kernbach
311cb401ed
css, span transitions added for dashboard icons
2013-08-15 15:58:31 +02:00
Heiko Kernbach
4e1f1bbe80
new css for log pagination added
2013-08-15 14:51:54 +02:00
Heiko Kernbach
9ae5eeb4c1
css, prepared logpagination for new css
2013-08-15 14:43:33 +02:00
Heiko Kernbach
5bd502f08f
changed view headers, fixed aboutview background
2013-08-15 14:22:19 +02:00
Heiko Kernbach
1e2b2d3a5d
documentsview slidetoggle input safari+chrome extra css
2013-08-15 14:08:59 +02:00
Heiko Kernbach
8fef0fa1fc
css, queryview
2013-08-15 12:51:28 +02:00
Heiko Kernbach
9144e8c7f5
css for shellview and queryview
2013-08-15 12:12:56 +02:00
Heiko Kernbach
d44ac09407
css
2013-08-15 11:30:20 +02:00
Frank Celler
79c66a945c
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-08-14 20:32:29 +02:00
Heiko Kernbach
b5b9c5dd50
css queryview
2013-08-14 20:31:58 +02:00
Heiko Kernbach
1bd16f663a
css bigger icons
2013-08-14 20:08:20 +02:00
Heiko Kernbach
e6f891c85b
css doc/docs view
2013-08-14 19:59:57 +02:00
Heiko Kernbach
17b3df3984
docs css finished
2013-08-14 19:25:59 +02:00
Heiko Kernbach
fffaba7723
css icons docs view
2013-08-14 17:39:49 +02:00
Heiko Kernbach
691d2722a4
css
2013-08-14 17:26:07 +02:00
Heiko Kernbach
9901b41050
css
2013-08-14 15:30:58 +02:00
Frank Celler
f650d078bb
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-08-14 00:14:09 +02:00
Heiko Kernbach
9b30b3d792
css sourceview border
2013-08-14 00:13:53 +02:00
Frank Celler
ca59fff959
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-08-14 00:02:38 +02:00
Heiko Kernbach
f0f2bbbc1a
css
2013-08-14 00:01:30 +02:00
Frank Celler
6d98dba7a3
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-08-13 23:59:02 +02:00
Heiko Kernbach
c448c097ca
css
2013-08-13 23:58:54 +02:00
Frank Celler
cdf68c2ce8
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-08-13 23:52:08 +02:00
Heiko Kernbach
a4d091868b
css
2013-08-13 23:52:00 +02:00
Heiko Kernbach
a717df5cf4
css
2013-08-13 23:46:06 +02:00
Heiko Kernbach
47300cabf4
css filter
2013-08-13 23:33:34 +02:00
Frank Celler
2ff5195f1b
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-08-13 23:29:51 +02:00
Heiko Kernbach
35047e0d17
css doc source view
2013-08-13 23:28:16 +02:00
Heiko Kernbach
6d0b1195d5
css, removed table spacing
2013-08-13 23:02:51 +02:00
Frank Celler
db9116df3a
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-08-13 23:00:25 +02:00
Heiko Kernbach
fd17ee0ab9
css
2013-08-13 22:59:34 +02:00
Guido Reina
5da5715fa9
Merge branch 'experiment' of https://github.com/guidoreina/ArangoDB into experiment
2013-08-13 20:07:17 +02:00
Guido Reina
a371aac4af
In the function TRI_StringInt8InPlace, when attr == INT8_MIN, it was copying only 4 bytes instead of 5 and it was returning 3 instead of 4.
2013-08-13 20:02:25 +02:00
Frank Celler
07bf9b8aaf
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-08-13 15:20:37 +02:00
Heiko Kernbach
f080e3d0f9
css documentsView
2013-08-13 15:20:17 +02:00
Frank Celler
32db1494f9
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-08-13 13:18:21 +02:00
Heiko Kernbach
6b872f2497
css
2013-08-13 13:18:13 +02:00
Frank Celler
5887ed1df0
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-08-13 12:54:33 +02:00
Heiko Kernbach
ea2b4500b3
css
2013-08-13 12:54:19 +02:00
Frank Celler
0b1180a67d
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-08-13 12:52:15 +02:00