Version 1.1 of the definition has been released. Please help updating it, contribute translations, and help us with the design of logos and buttons to identify free cultural works and licenses!

Abuse filter log

Abuse Filter navigation (Home | Recent filter changes | Examine past edits | Abuse log)
Jump to navigation Jump to search
Details for log entry 179,431

12:15, 14 September 2020: 113.210.93.230 (talk) triggered filter 0, performing the action "edit" on Existing Movements. Actions taken: Disallow; Filter description: (examine)

Changes made in edit



There is no Free Art Definition, but the [http://artlibre.org/licence/lal/en/ Free Art License] is in the spirit of this definition.
There is no Free Art Definition, but the [http://artlibre.org/licence/lal/en/ Free Art License] is in the spirit of this definition.
<noscript>
For full functionality of this site it is necessary to enable JavaScript.
Here are the <a href="https://www.enable-javascript.com/">
instructions how to enable JavaScript in your web browser</a>.
</noscript>
FIXME: This isn't documented in Nutshell.
Since MonitorMixin.new_cond returns a ConditionVariable, and the example above calls while_wait and signal, this class should be documented.
Instance Method Summary
collapse
#broadcast ⇒ Object
Wakes up all threads waiting for this lock.
#signal ⇒ Object
Wakes up the first thread in line waiting for this lock.
#wait(timeout = nil) ⇒ Object
Releases the lock held in the associated monitor and waits; reacquires the lock on wakeup.
#wait_until ⇒ Object
Calls wait repeatedly until the given block yields a truthy value.
#wait_while ⇒ Object
Calls wait repeatedly while the given block yields a truthy value.
Instance Method Details
#broadcast ⇒ Object
Wakes up all threads waiting for this lock.
#signal ⇒ Object
Wakes up the first thread in line waiting for this lock.
#wait(timeout = nil) ⇒ Object
Releases the lock held in the associated monitor and waits; reacquires the lock on wakeup.
If timeout is given, this method returns after timeout seconds passed, even if no other thread doesn't signal.
#wait_until ⇒ Object
Calls wait repeatedly until the given block yields a truthy value.
#wait_while ⇒ Object
Calls wait repeatedly while the given block yields a truthy value.


==Internet Engineering Task Force==
==Internet Engineering Task Force==

Action parameters

VariableValue
Name of the user account (user_name)
'113.210.93.230'
Age of the user account (user_age)
0
Page ID (page_id)
1374
Page namespace (page_namespace)
0
Page title (without namespace) (page_title)
'Existing Movements'
Full page title (page_prefixedtitle)
'Existing Movements'
Action (action)
'edit'
Edit summary/reason (summary)
'/* Free Art */ '
Old content model (old_content_model)
'wikitext'
New content model (new_content_model)
'wikitext'
Old page wikitext, before the edit (old_wikitext)
'==Free Art== There is no Free Art Definition, but the [http://artlibre.org/licence/lal/en/ Free Art License] is in the spirit of this definition. ==Internet Engineering Task Force== The [http://ietf.org/ Internet Engineering Task Force (IETF)], which is the body governing the drafting and evolution of Internet protocols - without which the Internet, an unified interconnection of physically disparate networks, couldn't even exist -, has [http://www.rfc-editor.org/copyright.html rules] concerning the rights that are granted on its published documents. Although a [http://www.rfc-editor.org/copyright.html#derivs subtle restriction] on derivative works makes some of these documents not completely free, it is a good example of how Free Content's essential freedoms can be fruitfully applied to promote scientific and technical progress. ==Open Knowledge== Cf. the [http://www.okfn.org/okd/definition.html Open Knowledge Definition]. ==Open Source== Cf. the [http://www.opensource.org/docs/definition.php Open Source Definition], but note the [http://www.gnu.org/philosophy/free-software-for-freedom.html philosophical differences] to the Free Software movement; also note that the term is, in spite of its definition, somewhat diluted, especially in contexts other than software. ==Free/Libre Knowledge== [http://wikieducator.org/Libre_knowledge Libre Knowledge] is championed by [http://www.libre.org Libre.org] and others such as the [http://freeknowledge.eu/ Free Knowledge Institute].'
New page wikitext, after the edit (new_wikitext)
'==Free Art== There is no Free Art Definition, but the [http://artlibre.org/licence/lal/en/ Free Art License] is in the spirit of this definition. <noscript> For full functionality of this site it is necessary to enable JavaScript. Here are the <a href="https://www.enable-javascript.com/"> instructions how to enable JavaScript in your web browser</a>. </noscript> FIXME: This isn't documented in Nutshell. Since MonitorMixin.new_cond returns a ConditionVariable, and the example above calls while_wait and signal, this class should be documented. Instance Method Summary collapse #broadcast ⇒ Object Wakes up all threads waiting for this lock. #signal ⇒ Object Wakes up the first thread in line waiting for this lock. #wait(timeout = nil) ⇒ Object Releases the lock held in the associated monitor and waits; reacquires the lock on wakeup. #wait_until ⇒ Object Calls wait repeatedly until the given block yields a truthy value. #wait_while ⇒ Object Calls wait repeatedly while the given block yields a truthy value. Instance Method Details #broadcast ⇒ Object Wakes up all threads waiting for this lock. #signal ⇒ Object Wakes up the first thread in line waiting for this lock. #wait(timeout = nil) ⇒ Object Releases the lock held in the associated monitor and waits; reacquires the lock on wakeup. If timeout is given, this method returns after timeout seconds passed, even if no other thread doesn't signal. #wait_until ⇒ Object Calls wait repeatedly until the given block yields a truthy value. #wait_while ⇒ Object Calls wait repeatedly while the given block yields a truthy value. ==Internet Engineering Task Force== The [http://ietf.org/ Internet Engineering Task Force (IETF)], which is the body governing the drafting and evolution of Internet protocols - without which the Internet, an unified interconnection of physically disparate networks, couldn't even exist -, has [http://www.rfc-editor.org/copyright.html rules] concerning the rights that are granted on its published documents. Although a [http://www.rfc-editor.org/copyright.html#derivs subtle restriction] on derivative works makes some of these documents not completely free, it is a good example of how Free Content's essential freedoms can be fruitfully applied to promote scientific and technical progress. ==Open Knowledge== Cf. the [http://www.okfn.org/okd/definition.html Open Knowledge Definition]. ==Open Source== Cf. the [http://www.opensource.org/docs/definition.php Open Source Definition], but note the [http://www.gnu.org/philosophy/free-software-for-freedom.html philosophical differences] to the Free Software movement; also note that the term is, in spite of its definition, somewhat diluted, especially in contexts other than software. ==Free/Libre Knowledge== [http://wikieducator.org/Libre_knowledge Libre Knowledge] is championed by [http://www.libre.org Libre.org] and others such as the [http://freeknowledge.eu/ Free Knowledge Institute].'
Unified diff of changes made by edit (edit_diff)
'@@ -2,4 +2,42 @@ There is no Free Art Definition, but the [http://artlibre.org/licence/lal/en/ Free Art License] is in the spirit of this definition. +<noscript> + For full functionality of this site it is necessary to enable JavaScript. + Here are the <a href="https://www.enable-javascript.com/"> + instructions how to enable JavaScript in your web browser</a>. +</noscript> +FIXME: This isn't documented in Nutshell. + +Since MonitorMixin.new_cond returns a ConditionVariable, and the example above calls while_wait and signal, this class should be documented. + +Instance Method Summary +collapse +#broadcast ⇒ Object +Wakes up all threads waiting for this lock. +#signal ⇒ Object +Wakes up the first thread in line waiting for this lock. +#wait(timeout = nil) ⇒ Object +Releases the lock held in the associated monitor and waits; reacquires the lock on wakeup. +#wait_until ⇒ Object +Calls wait repeatedly until the given block yields a truthy value. +#wait_while ⇒ Object +Calls wait repeatedly while the given block yields a truthy value. +Instance Method Details +#broadcast ⇒ Object +Wakes up all threads waiting for this lock. + +#signal ⇒ Object +Wakes up the first thread in line waiting for this lock. + +#wait(timeout = nil) ⇒ Object +Releases the lock held in the associated monitor and waits; reacquires the lock on wakeup. + +If timeout is given, this method returns after timeout seconds passed, even if no other thread doesn't signal. + +#wait_until ⇒ Object +Calls wait repeatedly until the given block yields a truthy value. + +#wait_while ⇒ Object +Calls wait repeatedly while the given block yields a truthy value. ==Internet Engineering Task Force== '
Old page size (old_size)
1501
Lines added in edit (added_lines)
[ 0 => '<noscript>', 1 => ' For full functionality of this site it is necessary to enable JavaScript.', 2 => ' Here are the <a href="https://www.enable-javascript.com/">', 3 => ' instructions how to enable JavaScript in your web browser</a>.', 4 => '</noscript>', 5 => 'FIXME: This isn't documented in Nutshell.', 6 => '', 7 => 'Since MonitorMixin.new_cond returns a ConditionVariable, and the example above calls while_wait and signal, this class should be documented.', 8 => '', 9 => 'Instance Method Summary', 10 => 'collapse', 11 => '#broadcast ⇒ Object', 12 => 'Wakes up all threads waiting for this lock.', 13 => '#signal ⇒ Object', 14 => 'Wakes up the first thread in line waiting for this lock.', 15 => '#wait(timeout = nil) ⇒ Object', 16 => 'Releases the lock held in the associated monitor and waits; reacquires the lock on wakeup.', 17 => '#wait_until ⇒ Object', 18 => 'Calls wait repeatedly until the given block yields a truthy value.', 19 => '#wait_while ⇒ Object', 20 => 'Calls wait repeatedly while the given block yields a truthy value.', 21 => 'Instance Method Details', 22 => '#broadcast ⇒ Object', 23 => 'Wakes up all threads waiting for this lock.', 24 => '', 25 => '#signal ⇒ Object', 26 => 'Wakes up the first thread in line waiting for this lock.', 27 => '', 28 => '#wait(timeout = nil) ⇒ Object', 29 => 'Releases the lock held in the associated monitor and waits; reacquires the lock on wakeup.', 30 => '', 31 => 'If timeout is given, this method returns after timeout seconds passed, even if no other thread doesn't signal.', 32 => '', 33 => '#wait_until ⇒ Object', 34 => 'Calls wait repeatedly until the given block yields a truthy value.', 35 => '', 36 => '#wait_while ⇒ Object', 37 => 'Calls wait repeatedly while the given block yields a truthy value.' ]
Unix timestamp of change (timestamp)
1600078545