Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jcmn

Pages: [1]
1
Support and Feedback / Re: File coloring rules
« on: February 03, 2014, 13:20:11 »
Made no changes in the rules. Initially they were correct but after some file changes there was one file with a wrong color, but after some time all were correct again. Perhaps when the file age took it to another color.

2
Support and Feedback / Re: File coloring rules
« on: February 03, 2014, 12:37:30 »
Yes it works better but still one glitch: Some mix of colors with files colored with wrong color.

3
Support and Feedback / Re: File coloring rules
« on: January 31, 2014, 10:38:11 »
Here it is:

<?xml version="1.0" encoding="UTF-8"?>
<rules name="nunes">
  <rule name="h1" field="Date" matchtype="LessThan" value="1h"/>
  <rule name="h6" field="Date" matchtype="LessThan" value="6h" text="#9b2e9b" background="-1"/>
  <rule name="d1" field="Date" matchtype="LessThan" value="1d" text="#329999" background="-1"/>
  <rule name="w1" field="Date" matchtype="LessThan" value="1w" text="#23822a" background="-1"/>
  <rule name="m1" field="Date" matchtype="LessThan" value="1m" text="#574928" background="-1"/>
  <rule name="m2" field="Date" matchtype="MoreThan" value="1m" text="#373737" background="-1"/>
</rules>

4
Support and Feedback / Re: File coloring rules
« on: January 30, 2014, 14:50:54 »
My rules are from top to bottom:

date less then 1 h
date less then 6 h
date less then 1 day
date less then 1 week
date less then 1 month
date more then 1 month

Only the files that meet the first possible rule are colored

for example: my youngest file has 3h. Only this file is colored with rule nÂș 2

5
Support and Feedback / File coloring rules
« on: January 30, 2014, 12:33:21 »
Hi

Since this last version File coloring rules are not applied correctly. I have coloring rules according to date and only those files that have applied the first rule appear colored.

Pages: [1]